ComponentEditPlugin
The
Component Edit Plugin is used in conjunction with an editor (like
Inline Edit Plugin) to bring up Syntax specific Edit UI's.
By default it will pop up a floating div window containing a simple textarea, but in combination with registered tag syntax, can generate tag specific UI's (%!SEARCH% is the upcoming demo example)
The tag specific UI's require a round trip to the server, but the default can be used without.
*TODO: * does not yet deal with milti-line TML attrs
Plugin Settings
Plugin settings are stored as preferences variables. To reference a plugin setting write
%<plugin>_<setting>%, i.e.
%INTERWIKIPLUGIN_SHORTDESCRIPTION%
- Debug plugin: (See output in
data/debug.txt)
Plugin Installation Instructions
Note: You do not need to install anything on the browser to use this plugin. The following instructions are for the administrator who installs the plugin on the server where TWiki is running.
- Download the ZIP file from the Plugin web (see below)
- Unzip
ComponentEditPlugin.zip in your twiki installation directory. Content: | File: | Description: |
data/TWiki/ComponentEditPlugin.txt | Plugin topic |
data/TWiki/ComponentEditPlugin.txt,v | Plugin topic repository |
lib/TWiki/Plugins/ComponentEditPlugin.pm | Plugin Perl module |
- Test if the installation was successful:
Plugin Info
Related Topics: TWiki Preferences,
TWiki Plugins
--
TWiki:Main.SvenDowideit