|
MediaWiki master
|
Namespaces | |
| namespace | Field |
Classes | |
| class | CodexHTMLForm |
| Codex based HTML form. More... | |
| class | CollapsibleFieldsetLayout |
| class | HTMLForm |
| Object handling generic submission, CSRF protection, layout and other logic for UI forms in a reusable manner. More... | |
| class | HTMLFormActionFieldLayout |
| class | HTMLFormField |
| The parent class to generate form fields. More... | |
| class | HTMLFormFieldLayout |
| class | HTMLFormFieldRequiredOptionsException |
| interface | HTMLNestedFilterable |
| class | OOUIHTMLForm |
| Compact stacked vertical format for forms, implemented using OOUI widgets. More... | |
| class | VFormHTMLForm |
| Compact stacked vertical format for forms. More... | |
Functions | |
| initializeHTMLFormElement (array $config=[]) | |
Variables | |
| array null | $modules = null |
| trait | HTMLFormElement |
| Allows custom data specific to HTMLFormField to be set for OOUI forms. | |
| MediaWiki\HTMLForm\initializeHTMLFormElement | ( | array | $config = [] | ) |
Definition at line 22 of file HTMLFormElement.php.
Referenced by MediaWiki\HTMLForm\HTMLFormActionFieldLayout\__construct(), and MediaWiki\HTMLForm\HTMLFormFieldLayout\__construct().
|
protected |
Definition at line 20 of file HTMLFormElement.php.
| trait MediaWiki::HTMLForm\HTMLFormElement |
Allows custom data specific to HTMLFormField to be set for OOUI forms.
A matching JS widget (defined in htmlform.Element.js) picks up the extra config when constructed using OO.ui.infuse().
Currently only supports passing 'hide-if' and 'disable-if' data.
Definition at line 15 of file HTMLFormElement.php.