< < |
META TOPICINFO | PeterThoeny | date="1061611427" format="1.0" version="1.17" |
|
> > |
META TOPICINFO | PeterThoeny | date="1082875802" format="1.0" version="1.18" |
|
|
TOC: No TOC in "TWiki.TWikiForms"
|
|
-
- Within a form-enabled web, individual topics can have a form or no form
- form field - a named item in a form (replaces category item name)
- field type - selects the INPUT type:
|
< < |
-
- select - drop-down menu or scrollable box
- checkbox - one or more checkboxes
- checkbox+buttons - one or more checkboxes, plus Set and Clear buttons
- radio - one or more radio buttons
- text - a one-line text field
- textarea - a text box; size is 40x10 (columns x rows)
|
> > |
Input type | Type field | Size field | Value field |
One or more checkboxes | checkbox | number of checkboxes per line | comma list of checkbox labels |
One or more checkboxes, plus Set and Clear buttons | checkbox+buttons | (same) | (same) |
Read-only label text | label | 1 | (unused) |
One or more radio buttons | radio | number of radio buttons per line | comma list of checkbox labels |
Drop-down menu or scrollable box | label | 1 for drop down, 2 and up for scrollable box | comma list of options |
A one-line text field | text | text box width in number of characters | (unused) |
A text box; size is 40x10 (columns x rows) | textarea | columns x rows, e.g. 40x6 | (unused) |
|
|
- field value - one or more values from a fixed set (select, checkbox, radio type) or free-form (text). (replaces category item value)
Defining a Form in One Topic
|
|
NOTE: If things aren't working correctly, there may be useful entries in data/warning.txt .
|
> > |
-- TWiki:Main.JohnTalintyre - 16 Aug 2001
-- TWiki:Main.MikeMannix - 05 Jan 2002
-- TWiki:Main.PeterThoeny - 25 Apr 2004
|
|
|
> > |
|
|
META TOPICMOVED | MikeMannix? | date="1000277489" from="TWiki.TWikiFormTemplate" to="TWiki.TWikiForms" |
|