Ignore:
Timestamp:
11/17/08 22:54:04 (4 years ago)
Author:
KennethLavrsen
Message:

Item205: More TWiki. to %SYSTEMWEB% conversions

File:
1 edited

Legend:

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

    r664 r764  
    1616Before 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.). 
    1717 
    18 For ease of transition of existing systems, the table schema can also be defined in the syntax of TWiki.EditTablePlugin. 
     18For ease of transition of existing systems, the table schema can also be defined in the syntax of %SYSTEMWEB%.EditTablePlugin. 
    1919 
    2020---++ Per Table Settings 
     
    111111   * This Plugin does not (yet) support TWiki table formatting like Multi-span cells (e.g. =| ... ||=) 
    112112   * You cannot put two =%<nop>EDITTABLE{}%= statements on the same line in the source 
    113    * Defining the schema in the format of TWiki.EditTablePlugin requires patching of =Form.pm= 
     113   * Defining the schema in the format of %SYSTEMWEB%.EditTablePlugin requires patching of =Form.pm= 
    114114 
    115115 
     
    131131   * Verify access and ownership settings for the new scripts. 
    132132   * Edit your .htaccess file to require a valid user for the included scripts (if needed). 
    133    * Apply the [[%ATTACHURL%/Form.pm.formdef_patch][attached patch]] to =lib/TWiki/Form.pm= if you want to use the schema definition in the style of TWiki.EditTablePlugin 
     133   * Apply the [[%ATTACHURL%/Form.pm.formdef_patch][attached patch]] to =lib/TWiki/Form.pm= if you want to use the schema definition in the style of %SYSTEMWEB%.EditTablePlugin 
    134134 
    135135 
     
    139139|  Plugin Version: | 20 Sep 2006 | 
    140140|  Change History: | <!-- specify latest version first -->&nbsp; | 
    141 |  20 Sep 2006: | Add compatability with table schema definition from TWiki.EditTablePlugin. Create header row when adding the first line to an empty table. | 
     141|  20 Sep 2006: | Add compatability with table schema definition from %SYSTEMWEB%.EditTablePlugin. Create header row when adding the first line to an empty table. | 
    142142|  08 Sep 2006: | Use strict warnings. Fix handling of checkbox fields. Move to last edited row after save to avoid scrolling. Do not insert placeholder text in first field. | 
    143143|  01 Sep 2006: | Dakar port. Fix handling of date fields in Dakar. Allow editlink in tag. Move existing table to bottom of edit view. | 
Note: See TracChangeset for help on using the changeset viewer.