Changeset 893 for trunk/EditTablePlugin/data/System/EditTablePlugin.txt
- Timestamp:
- 11/23/08 21:47:27 (4 years ago)
- Location:
- trunk/EditTablePlugin/data/System
- Files:
-
- 1 edited
- 1 moved
-
. (moved) (moved from trunk/EditTablePlugin/data/TWiki)
-
EditTablePlugin.txt (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EditTablePlugin/data/System/EditTablePlugin.txt
r886 r893 2 2 ---+!! Edit Table Plugin 3 3 4 Edit TWikitables in place, using edit fields and drop down boxes, without having to edit the complete topic.4 Edit tables in place, using edit fields and drop down boxes, without having to edit the complete topic. 5 5 6 6 Simply add an *[ Edit table ]* button to an existing table by writing =%<nop>EDITTABLE{}%= directly above the table. This can be added to tables that are formatted with TablePlugin: add the =EDITTABLE= macro just above or below the =TABLE= tag. It can also be used without any =TABLE= tag. … … 75 75 %RED% __Note:__ Please do not save this example table! Use Foswiki:Sandbox.EditTablePluginTesting if you want to try out this Plugin %ENDCOLOR% 76 76 77 If this plugin is installed you will see an *[ Edit table ]* button above; if you were to click on it (please don't, use TWiki:Sandbox.EditTablePluginTesting for testing)you get this form:77 If this plugin is installed you will see an *[ Edit table ]* button above; if you were to click on it you get this form: 78 78 79 79 <a name="edittable1"></a> … … 113 113 </div><!-- /editTable --> 114 114 115 The following example shows a simple table with key/value rows. The default edit field type for the value column is a text field. This is overloaded by a selector for the Gender, and a date picker for the DOB. This is typically used by TWiki applications where new topics with tables are created based on a template topic.115 The following example shows a simple table with key/value rows. The default edit field type for the value column is a text field. This is overloaded by a selector for the Gender, and a date picker for the DOB. This is typically used by Foswiki applications where new topics with tables are created based on a template topic. 116 116 117 117 <table style="background:#f2f2f2;" cellpadding="6"> … … 153 153 154 154 * One line description, shown in the %SYSTEMWEB%.TextFormattingRules topic: 155 * Set SHORTDESCRIPTION = Edit TWikitables using edit fields, date pickers and drop down boxes155 * Set SHORTDESCRIPTION = Edit tables using edit fields, date pickers and drop down boxes 156 156 157 157 * Set DEBUG to 1 to get debug messages in =data/debug.txt=. Default: =0= … … 183 183 ---++ Limitations and Known Issues 184 184 185 * This Plugin does not support TWikitable formatting like Multi-span cells (e.g. =| ... ||=) and cell justification (e.g. =| centered | right |=)185 * This Plugin does not support table formatting like Multi-span cells (e.g. =| ... ||=) and cell justification (e.g. =| centered | right |=) 186 186 * There is a performance issue when editing a large table, say, with more then 50 rows 187 187 * You cannot put two =%<nop>EDITTABLE{}%= statements on the same line in the source … … 199 199 %$DEPENDENCIES% 200 200 * The Plugin depends on the =viewauth= script to authenticate the user. As described in %SYSTEMWEB%.AccessControl, copy the =view= script to =viewauth= (or better, create a symbolic link) and add =viewauth= to the list of authenticated scripts in the =.htaccess= file. 201 * (Dakar) Visit =configure= in your TWikiinstallation, and enable the plugin in the {Plugins} section.201 * Visit =configure= in your installation, and enable the plugin in the {Plugins} section. 202 202 * Test if the Plugin is correctly installed: 203 203 * Check above example if there is an *[ Edit table ]* button below the table in above example … … 211 211 ---++ Plugin Info 212 212 213 | Copyright: | © 200 2-2007 TWiki Contributors, TWiki:Main.PeterThoeny; © 2008, Arthur Clemens|213 | Copyright: | © 2008, Arthur Clemens and Foswiki Contributors; © 2002-2007 TWiki Contributors, TWiki:Main.PeterThoeny | 214 214 | License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 215 | Plugin Version: | 4. 9 (01Nov 2008) |215 | Plugin Version: | 4.10 (23 Nov 2008) | 216 216 | Change History: | <!-- specify latest version first --> | 217 217 | 01 Nov 2008: | 4.9: Arthur Clemens: Fixed rendering of =verbatim= blocks when editing. Added parameter =buttonrow="top"= to allow the buttons to be positioned at the top of the table. |
Note: See TracChangeset
for help on using the changeset viewer.
