Changeset 929 for trunk/FormsAddOn/data/TWiki/FormsAddOn.txt
- Timestamp:
- 11/25/08 00:57:30 (4 years ago)
- File:
-
- 1 edited
-
trunk/FormsAddOn/data/TWiki/FormsAddOn.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/FormsAddOn/data/TWiki/FormsAddOn.txt
r788 r929 2 2 ---+ Forms AddOn 3 3 4 This AddOnPackage provides enhancements to TWiki forms:4 This AddOnPackage provides enhancements to Foswiki forms: 5 5 * Provide manual control over the appearance (layout and content)of the form. 6 6 * Allow field values to be supplied for select, radio, and checkbox fields through both a referenced topic or an embedded search. … … 83 83 The initial values in the form for text and text area fields may contain commas; for other fields the individual values are separated by commas. Checkbox fields cannot be initialized. 84 84 85 Fields are initialized in the following order (note that the form definition is not used if the body text is passed as a query parameter (per TWiki spec):85 Fields are initialized in the following order (note that the form definition is not used if the body text is passed as a query parameter (per Foswiki spec): 86 86 * Field values passed as query parameters 87 87 * Field values in a template topic … … 106 106 ---++ Acknowledgement 107 107 108 This AddOn leverages code contributions and ideas by TWiki:Main/PeterKlausner and TWiki:Main/SvenDowedit (see also TWiki:Codev/DynamicFormOptionDefinitions).108 This AddOn leverages code contributions and ideas by TWiki:Main/PeterKlausner and Foswiki:Main/SvenDowedit. 109 109 110 110 111 111 ---++ Add-On Installation Instructions 112 112 113 __Note:__ You do not need to install anything on the browser to use this add-on. The following instructions are for the administrator who installs the add-on on the server where TWiki is running.113 __Note:__ You do not need to install anything on the browser to use this add-on. The following instructions are for the administrator who installs the add-on on the server where Foswiki is running. 114 114 115 115 * Download the ZIP file from the Add-on Home (see below) 116 116 * Unzip ==%TOPIC%.zip== in your twiki installation directory. Content: 117 117 | *File:* | *Description:* | 118 | ==data/ TWiki/%TOPIC%.txt== | Add-on topic |119 | ==data/ TWiki/%TOPIC%.txt,v== | Add-on topic repository |118 | ==data/System/%TOPIC%.txt== | Add-on topic | 119 | ==data/System/%TOPIC%.txt,v== | Add-on topic repository | 120 120 | ==templates/oopsfielderror.tmpl== | Error template | 121 121 | ==bin/%TOPIC%.patch== | Patch | … … 124 124 | ==data/Sandbox/OfficeSearch.txt== | Topic defining field values | 125 125 | ==data/Sandbox/SearchFormTest.txt== | Example topic | 126 * Patch the following files with =bin/%TOPIC%.patch=: =lib/ TWiki/Form.pm=, =lib/TWiki/UI/Preview.pm=, =lib/TWiki/UI/Save.pm=, =lib/TWiki/Render.pm=126 * Patch the following files with =bin/%TOPIC%.patch=: =lib/Foswiki/Form.pm=, =lib/Foswiki/UI/Preview.pm=, =lib/Foswiki/UI/Save.pm=, =lib/Foswiki/Render.pm= 127 127 * Test if the installation was successful: 128 128 * View Sandbox.FormSearchTest.
Note: See TracChangeset
for help on using the changeset viewer.
