Ignore:
Timestamp:
11/17/08 00:31:02 (4 years ago)
Author:
KennethLavrsen
Message:

Item205: Replacing TWiki as webname by SYSTEMWEB where it is still missing
This is first of many checkins

File:
1 edited

Legend:

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

    r664 r754  
    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.TWikiApplications, that want to keep the tables in templates. 
     6This 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. 
    77 
    88%TOC% 
     
    1818Before you can edit a table, you need to define a template that describes the layout of the table in the style of %SYSTEMWEB%.DataForms. The table format is given by a table in the form template: each row defines a table column by giving a field name, field type, size, and initial values, if any. The field type determines how the table row is edited (e.g., as text, textare, radio, checkbox, etc.). 
    1919 
    20 For ease of transition of existing systems, the table schema can also be defined in the syntax of TWiki.EditTablePlugin. 
     20For ease of transition of existing systems, the table schema can also be defined in the syntax of %SYSTEMWEB%.EditTablePlugin. 
    2121 
    2222---++ Per Table Settings 
     
    2626| *Parameter* | *Comment* | *Default* | 
    2727| =template= | Topic which defines the format of the table, in the style of %SYSTEMWEB%.DataForms. The table format is given by one row per table column defining field name, field type, size, and initial values, if any. |  | 
    28 | =header= | Must be used when the table schema is defined in the syntax of TWiki.EditTablePlugin (see documentation there). |  | 
    29 | =format= | Must be used when the table schema is defined in the syntax of TWiki.EditTablePlugin (see documentation there). |  | 
     28| =header= | Must be used when the table schema is defined in the syntax of %SYSTEMWEB%.EditTablePlugin (see documentation there). |  | 
     29| =format= | Must be used when the table schema is defined in the syntax of %SYSTEMWEB%.EditTablePlugin (see documentation there). |  | 
    3030| =changerows= | Rows can be added and removed if ="on"=; rows can be added but not removed if ="add"=. | =CHANGEROWS= Plugin setting | 
    3131| =helptopic= | Topic name containing help text shown below the table when editing a table. The %<nop>STARTINCLUDE% and %<nop>STOPINCLUDE% variables can be used in the topic to specify what is shown. | (no help text) | 
     
    3838The =template= and =format= attributes are mutually exclusive. If the =template= tag is present, the indicated template is used to define the table schema. 
    3939 
    40 %X% The TWiki.EditTablePlugin compatability mode is not yet supported. 
     40%X% The %SYSTEMWEB%.EditTablePlugin compatability mode is not yet supported. 
    4141 
    4242---+++ Initial Values 
Note: See TracChangeset for help on using the changeset viewer.