Ignore:
Timestamp:
11/23/08 21:47:27 (4 years ago)
Author:
ArthurClemens
Message:

Item265: update EditTablePlugin to Foswiki

Location:
trunk/EditTablePlugin/data/System
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/EditTablePlugin/data/System/EditTablePlugin.txt

    r886 r893  
    22---+!! Edit Table Plugin 
    33 
    4 Edit TWiki tables in place, using edit fields and drop down boxes, without having to edit the complete topic.  
     4Edit tables in place, using edit fields and drop down boxes, without having to edit the complete topic.  
    55 
    66Simply add an *[&nbsp;Edit&nbsp;table&nbsp;]* 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. 
     
    7575%RED% __Note:__ Please do not save this example table! Use Foswiki:Sandbox.EditTablePluginTesting if you want to try out this Plugin %ENDCOLOR% 
    7676 
    77 If this plugin is installed you will see an *[&nbsp;Edit&nbsp;table&nbsp;]* button above; if you were to click on it (please don't, use TWiki:Sandbox.EditTablePluginTesting for testing) you get this form: 
     77If this plugin is installed you will see an *[&nbsp;Edit&nbsp;table&nbsp;]* button above; if you were to click on it you get this form: 
    7878 
    7979<a name="edittable1"></a> 
     
    113113</div><!-- /editTable --> 
    114114 
    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. 
     115The 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. 
    116116 
    117117<table style="background:#f2f2f2;" cellpadding="6"> 
     
    153153 
    154154   * One line description, shown in the %SYSTEMWEB%.TextFormattingRules topic: 
    155       * Set SHORTDESCRIPTION = Edit TWiki tables using edit fields, date pickers and drop down boxes 
     155      * Set SHORTDESCRIPTION = Edit tables using edit fields, date pickers and drop down boxes 
    156156 
    157157   * Set DEBUG to 1 to get debug messages in =data/debug.txt=.  Default: =0= 
     
    183183---++ Limitations and Known Issues 
    184184 
    185    * This Plugin does not support TWiki table 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 |=) 
    186186   * There is a performance issue when editing a large table, say, with more then 50 rows 
    187187   * You cannot put two =%<nop>EDITTABLE{}%= statements on the same line in the source 
     
    199199      %$DEPENDENCIES% 
    200200   * 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 TWiki installation, and enable the plugin in the {Plugins} section. 
     201   * Visit =configure= in your installation, and enable the plugin in the {Plugins} section. 
    202202   * Test if the Plugin is correctly installed: 
    203203      * Check above example if there is an *[&nbsp;Edit&nbsp;table&nbsp;]* button below the table in above example 
     
    211211---++ Plugin Info 
    212212 
    213 |  Copyright: | &copy; 2002-2007 TWiki Contributors, TWiki:Main.PeterThoeny; &copy; 2008, Arthur Clemens |  
     213|  Copyright: | &copy; 2008, Arthur Clemens and Foswiki Contributors; &copy; 2002-2007 TWiki Contributors, TWiki:Main.PeterThoeny |  
    214214|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    215 |  Plugin Version: | 4.9 (01 Nov 2008) | 
     215|  Plugin Version: | 4.10 (23 Nov 2008) | 
    216216|  Change History: | <!-- specify latest version first -->&nbsp; | 
    217217|  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.