Changeset 766 for trunk/RenderFormPlugin/data/TWiki/RenderFormPlugin.txt
- Timestamp:
- 11/17/08 23:36:18 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/RenderFormPlugin/data/TWiki/RenderFormPlugin.txt
r604 r766 26 26 ---++ Quick Start Guide 27 27 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): 29 29 <verbatim> 30 30 %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,|"}% … … 107 107 | =mode= | render mode of the form, allowed values: create (default), edit, view (default if =topic= exists) | mode="create" | 108 108 | =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" | 110 110 | =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" | 111 111 | =script= | changes the behavior of edit/create modes; allowed values: save - saves the form data; edit - edit the resulting topic | script="save" | … … 172 172 173 173 #RenderFormExamples 174 %RENDERFORM{" TWiki.RenderFormPluginExampleForm" topic="Sandbox.%TOPIC%XXXXXXXXXX"}%174 %RENDERFORM{"%SYSTEMWEB%.RenderFormPluginExampleForm" topic="Sandbox.%TOPIC%XXXXXXXXXX"}% 175 175 176 176 | *Topic* | *Date* |
Note: See TracChangeset
for help on using the changeset viewer.
