Module: inputtext

An unknown error has occurred.

Contains widgets for inputting text.

Password1A password input field only, no form, label or submit button. For insertion into a form widget container.
Password2Defines 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.
SubmitDict1A form with a list of input fields defined as dictionary keys, followed by a single submit button.
SubmitTextInput1A form with a text input field, and four hidden fields. Submit button follows input field in a span.
SubmitTextInput2Textblock reference widgets.inputtext.SubmitTextInput2 not found
SubmitTextInput3A 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.
SubmitTextInput4Textblock reference widgets.inputtext.SubmitTextInput4 not found
TextInput1An input field only, no form, label or submit button. For insertion into a form widget container.
TextInput2Defines 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.
TextInput3A div containing a text input field (no form or submit button) with a left and right label.
TextInput4A div containing a div with label and a div with a text input field (no form or submit button)
TwoInputsSubmit1A form with two text input fields, a submit button and four hidden fields.