HTMLDocument::TextInputType
Constructors
- InputText()
- InputPassword()
- InputHidden()
- InputRadio()
- InputCheck()
- InputFile()
Usage
Types of text and selection input.
Related
- addOption is often a better way to add a checkbox
- addOptionList is often a better way to add a set of radio buttons
- addLabelledInput
- addSelectElement handles <select>s
- addTextInput