Go to the source code of this file.
Classes | |
| class | HTMLForm |
| Object handling generic submission, CSRF protection, layout and other logic for UI forms. More... | |
| class | HTMLFormField |
| The parent class to generate form fields. More... | |
| class | HTMLTextField |
| class | HTMLTextAreaField |
| class | HTMLFloatField |
| A field that will contain a numeric value. More... | |
| class | HTMLIntField |
| A field that must contain a number. More... | |
| class | HTMLCheckField |
| A checkbox field. More... | |
| class | HTMLSelectField |
| A select dropdown field. More... | |
| class | HTMLSelectOrOtherField |
| Select dropdown field, with an additional "other" textbox. More... | |
| class | HTMLMultiSelectField |
| Multi-select field. More... | |
| class | HTMLRadioField |
| Radio checkbox fields. More... | |
| class | HTMLInfoField |
| An information field (text blob), not a proper input. More... | |
| class | HTMLHiddenField |
| class | HTMLSubmitField |
| class | HTMLEditTools |
1.5.9