|
MediaWiki
REL1_19
|
Go to the source code of this file.
Classes | |
| class | HTMLApiField |
| class | HTMLCheckField |
| A checkbox field. More... | |
| class | HTMLEditTools |
| class | HTMLFloatField |
| A field that will contain a numeric value. More... | |
| 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 | HTMLHiddenField |
| class | HTMLInfoField |
| An information field (text blob), not a proper input. More... | |
| class | HTMLIntField |
| A field that must contain a number. More... | |
| class | HTMLMultiSelectField |
| Multi-select field. More... | |
| class | HTMLRadioField |
| Radio checkbox fields. More... | |
| class | HTMLSelectAndOtherField |
| Double field with a dropdown list constructed from a system message in the format * Optgroup header ** <option value>=""> * New Optgroup header Plus a text field underneath for an additional reason. More... | |
| class | HTMLSelectField |
| A select dropdown field. More... | |
| class | HTMLSelectOrOtherField |
| Select dropdown field, with an additional "other" textbox. More... | |
| class | HTMLSubmitField |
| Add a submit button inline in the form (as opposed to HTMLForm::addButton(), which will add it at the end). More... | |
| class | HTMLTextAreaField |
| class | HTMLTextField |