DblClickEditPlugin
Start editing with dbl click mouse button
Introduction
This plugin allow to edit a topic just via a double mouse click.
Syntax Rules
- define a DBLCLICKEDIT setting with value
off if you want to disable this feature
Example
suppose that this
is your
Topic content ...
Just dbl click here to edit
DblClickEditPlugin topic !
Plugin Settings
Plugin settings are stored as preferences variables. To reference a plugin setting write
%<plugin>_<setting>%, i.e.
%DBLCLICKEDITPLUGIN_SHORTDESCRIPTION%
- One line description, is shown in the TextFormattingRules topic:
- Set SHORTDESCRIPTION = Start editing with dbl click mouse button
- 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 TWiki server.
- For an automated installation, run the configure script and follow "Find More Extensions" in the in the Extensions section.
- Or, download the ZIP file from the Plugins web (see below),
- Unzip
DblClickEditPlugin.zip in your twiki installation directory. Content: | File: | Description: |
data/TWiki/DblClickEditPlugin.txt | Plugin topic |
lib/TWiki/Plugins/DblClickEditPlugin.pm | Plugin Perl module |
- Configure the Plugin:
- Run the configure script to enable the plugin
- Change the Plugin settings as needed
- Test if the installation was successful:
Plugin Info
Related Topics: TWikiPlugins,
DeveloperDocumentationCategory,
AdminDocumentationCategory,
TWikiPreferences