Contains widgets for inputting text.
Password1 | A password input field only, no form, label or submit button. For insertion into a form widget container. |
Password2 | Defines a div containing a hidden error paragraph followed by a password input field (no form or submit button). A label to the left of the input field can have a class and content set. |
SubmitDict1 | A form with a list of input fields defined as dictionary keys, followed by a single submit button. |
SubmitTextInput1 | A form with a text input field, and four hidden fields. Submit button follows input field in a span. |
SubmitTextInput2 | Textblock reference widgets.inputtext.SubmitTextInput2 not found |
SubmitTextInput3 | A form with two paragraphs, a text input field, and four hidden fields. The submit button with label is set in a div after the input field. |
SubmitTextInput4 | Textblock reference widgets.inputtext.SubmitTextInput4 not found |
TextInput1 | An input field only, no form, label or submit button. For insertion into a form widget container. |
TextInput2 | Defines a div containing a hidden error paragraph followed by a text input field (no form or submit button). A label to the left of the text can have a class and content set. |
TextInput3 | A div containing a text input field (no form or submit button) with a left and right label. |
TextInput4 | A div containing a div with label and a div with a text input field (no form or submit button) |
TwoInputsSubmit1 | A form with two text input fields, a submit button and four hidden fields. |