Ignore:
Timestamp:
11/17/08 23:36:18 (4 years ago)
Author:
KennethLavrsen
Message:

Item205: cont TWiki. -> %SYSTEMWEB%

File:
1 edited

Legend:

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

    r604 r766  
    2626---++ Quick Start Guide 
    2727 
    28    1 Create a new topic (e.g. Sandbox.TestForm) for your %SYSTEMWEB%.DataForms definition and put the following to the new topic (%X% TWiki.EditTablePlugin required): 
     28   1 Create a new topic (e.g. Sandbox.TestForm) for your %SYSTEMWEB%.DataForms definition and put the following to the new topic (%X% %SYSTEMWEB%.EditTablePlugin required): 
    2929     <verbatim> 
    3030%EDITTABLE{format="|text,20,|select,1,label,text,textarea,select,select+multi,checkbox,checkbox+buttons,radio,date|text,6,1|text,50|text,20|text,5,|"}% 
     
    107107| =mode= | render mode of the form, allowed values: create (default), edit, view (default if =topic= exists) | mode="create" | 
    108108| =onlynewtopic= | disables overwrite of existing topics | onlynewtopic="on" | 
    109 | =onlywikiname= | disallows the usage of non-[[TWiki.WikiWords]] for topic names | onlywikiname="on" | 
     109| =onlywikiname= | disallows the usage of non-[[%SYSTEMWEB%.WikiWords]] for topic names | onlywikiname="on" | 
    110110| =order= | changes the display order of form fields; order value is a comma separated list of field names; if the order list is incomplete all missing and unhidden form fields will be added; there are special values for order: [:alpha:], [:dalpha:], [:num:] and [:dnum:], e.g. order="[:alpha:]" to sort all fields alphanumerical | undefined / order="Field1, Field2" | 
    111111| =script= | changes the behavior of edit/create modes; allowed values: save - saves the form data; edit - edit the resulting topic | script="save" |  
     
    172172 
    173173#RenderFormExamples 
    174 %RENDERFORM{"TWiki.RenderFormPluginExampleForm" topic="Sandbox.%TOPIC%XXXXXXXXXX"}% 
     174%RENDERFORM{"%SYSTEMWEB%.RenderFormPluginExampleForm" topic="Sandbox.%TOPIC%XXXXXXXXXX"}% 
    175175 
    176176| *Topic* | *Date* | 
Note: See TracChangeset for help on using the changeset viewer.