EditInTablePlugin
Allows you to edit tables as a grid of text edits, without requiring modification of existing TWiki tables to use plugin.
Raw TWiki Content is preserved in the text edit fields.
Click to try it now (only works if plugin is installed)
Examples
This is what the above example table looks like using the plugin (clicking the edit tables link):
To use it add a button or a link to your skin (or to the topic) that runs the view script with ?edittable=1 at the end
Here is a example you can cut and paste
- <a href="%SCRIPTURLPATH%/view%SCRIPTSUFFIX%/%WEB%/%TOPIC%?edittable=1">Edit Tables</a>
Plugin Settings
Plugin settings are stored as preferences variables. To reference a plugin setting write
%<plugin>_<setting>%, i.e.
%INTERWIKIPLUGIN_SHORTDESCRIPTION%
- One line description, is shown in the Text Formatting Rules topic:
- Set SHORTDESCRIPTION = one line description here
- Debug plugin: (See output in
data/debug.txt)
- Set DEBUG = 0
- My own setting:
- Set HOWTO = got it!
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
EditInTablePlugin.zip in your twiki installation directory. Content: | File: | Description: |
data/TWiki/EditInTablePlugin.txt | Plugin topic |
data/TWiki/EditInTablePlugin.txt,v | Plugin topic repository |
lib/TWiki/Plugins/EditInTablePlugin.pm | Plugin Perl module |
- (Dakar) Visit
configure in your TWiki installation, and enable the plugin in the {Plugins} section.
- Test if the installation was successful:
- enter samples here
Plugin Info
Related Topics: T Wiki Preferences,
T Wiki Plugins
--
TWiki:Main/RudiBierach - 13 Feb 2004