Ignore:
Timestamp:
11/23/08 11:38:34 (4 years ago)
Author:
KennethLavrsen
Message:

Item221: Change TWiki:Plugins to Foswiki:Extensions in all .txt files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EditHiddenTablePlugin/data/TWiki/EditHiddenTablePlugin.txt

    r788 r878  
    44This plugin allows you to edit TWiki tables row by row, using a form with appropriate controls for each field. If preceeded by an =%<nop>EDITHIDDENTABLE{...}%= variable, tables have edit links for each row, and are optionally followed by an *[&nbsp;Edit&nbsp;table&nbsp;]* button. Multiple tables per topic are editable, but only one row at a time can be edited. 
    55 
    6 This plugin works exactly like TWiki:Plugins.EditTablerowPlugin, but the tables are stored in meta data and, therefore, not visible or editable in topic text. That is useful in TWiki Applications, that want to keep the tables in templates. 
     6This plugin works exactly like Foswiki:Extensions.EditTablerowPlugin, but the tables are stored in meta data and, therefore, not visible or editable in topic text. That is useful in TWiki Applications, that want to keep the tables in templates. 
    77 
    88%TOC% 
     
    1010---++ Acknowledgment 
    1111 
    12 This plugin was inspired and steals much from TWiki:Main/PeterThoeny's TWiki:Plugins/EditTablePlugin and tries be compatible with respect to the options and parameters it provides. However, as it supports editing of the table one row at a time, it is not subject to the performance limitations of TWiki:Plugins/EditTablePlugin when faced with large tables.  
     12This plugin was inspired and steals much from TWiki:Main/PeterThoeny's Foswiki:Extensions/EditTablePlugin and tries be compatible with respect to the options and parameters it provides. However, as it supports editing of the table one row at a time, it is not subject to the performance limitations of Foswiki:Extensions/EditTablePlugin when faced with large tables.  
    1313 
    1414The idea and first implementation of form-based editing for tables goes back to TWiki:Main/ShawnBradford's approach in TWiki:Codev/SimpleTableEntryUsingForms. 
     
    139139|  Plugin Version: | 19 Nov 2006 | 
    140140|  Change History: | <!-- specify latest version first -->&nbsp; | 
    141 |  19 Nov 2006: | Initial version, derived from TWiki:Plugins.EditTablerowPlugin | 
     141|  19 Nov 2006: | Initial version, derived from Foswiki:Extensions.EditTablerowPlugin | 
    142142|  CPAN Dependencies: | none | 
    143143|  Other Dependencies: | JSCalendarContrib  | 
    144144|  Perl Version: | 5.0 | 
    145145|  License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 
    146 TWiki:Plugins/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
     146Foswiki:Extensions/Benchmark: | %SYSTEMWEB%.GoodStyle nn%, %SYSTEMWEB%.FormattedSearch nn%, %TOPIC% nn% | 
    147147|  Plugin Home: | http://foswiki.org/Extensions/%TOPIC% | 
    148148|  Feedback: | http://foswiki.org/Extensions/%TOPIC%Dev | 
Note: See TracChangeset for help on using the changeset viewer.