MediaWiki REL1_39
|
Go to the source code of this file.
Functions | |
initializeHTMLFormElement (array $config=[]) | |
Variables | |
$modules = null | |
trait | HTMLFormElement |
Allows custom data specific to HTMLFormField to be set for OOUI forms. | |
initializeHTMLFormElement | ( | array | $config = [] | ) |
Definition at line 17 of file HTMLFormElement.php.
Referenced by HTMLFormActionFieldLayout\__construct(), and HTMLFormFieldLayout\__construct().
|
protected |
Definition at line 15 of file HTMLFormElement.php.
Referenced by OutputPage\addModules(), ApiModuleManager\addModules(), OutputPage\addModuleStyles(), ApiHelp\execute(), ApiParamInfo\execute(), ApiQuery\execute(), OutputPage\filterModules(), MediaWiki\ResourceLoader\MessageBlobStore\getBlobs(), Skin\getDefaultModules(), MediaWiki\Api\Validator\SubmoduleDef\getEnumValues(), ApiHelp\getHelp(), MediaWiki\ResourceLoader\Context\getImageObj(), OutputPage\getModules(), ApiQuery\isReadMode(), OutputPage\loadSkinModules(), MediaWiki\ResourceLoader\ClientHtml\makeLoad(), MediaWiki\ResourceLoader\ResourceLoader\makeModuleResponse(), OutputPage\makeResourceLoaderLink(), MediaWiki\ResourceLoader\ResourceLoader\makeVersionQuery(), ResourceFileCache\newFromContext(), MediaWiki\ResourceLoader\ResourceLoader\respond(), ForeignResourceManager\run(), and MediaWiki\ResourceLoader\DerivativeContext\setModules().
trait 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 12 of file HTMLFormElement.php.