TWiki> TWiki Web>ComponentEditPlugin (09 Apr 2006, SvenDowideit? )EditAttach

ComponentEditPlugin

The ComponentEditPlugin is used in conjunction with an editor (like InlineEditPlugin) 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)
    • Set DEBUG = 0

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:
    • enter samples here

Plugin Info

Plugin Author: TWiki:Main.SvenDowideit - SvenDowideit@wikiring.com
Plugin Version: 30 April 2006 (V0.900)
Change History:  
30 April 2006: Initial version
TWiki Dependency: $TWiki::Plugins::VERSION 1.024
CPAN Dependencies: none
Other Dependencies: JSPopupPlugin
Perl Version: 5.005
License: GPL (GNU General Public License)
TWiki:Plugins/Benchmark: GoodStyle nn%, FormattedSearch nn%, ComponentEditPlugin nn%
Plugin Home: http://TWiki.org/cgi-bin/view/Plugins/ComponentEditPlugin
Feedback: http://TWiki.org/cgi-bin/view/Plugins/ComponentEditPluginDev
Appraisal: http://TWiki.org/cgi-bin/view/Plugins/ComponentEditPluginAppraisal

Related Topics: TWikiPreferences, TWikiPlugins

-- TWiki:Main.SvenDowideit

Topic revision: r2 - 09 Apr 2006 - 03:10:19 - SvenDowideit?
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.ComponentEditPlugin