MediaWiki
1.34.4
|
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. More... | |
initializeHTMLFormElement | ( | array | $config = [] | ) |
Definition at line 15 of file HTMLFormElement.php.
Referenced by HTMLFormActionFieldLayout\__construct(), and HTMLFormFieldLayout\__construct().
|
protected |
Definition at line 13 of file HTMLFormElement.php.
Referenced by ApiModuleManager\addModules(), OutputPage\addModules(), ParserOutput\addModules(), OutputPage\addModuleStyles(), ParserOutput\addModuleStyles(), ApiHelp\execute(), ApiParamInfo\execute(), ApiQuery\execute(), SpecialJavaScriptTest\exportQUnit(), OutputPage\filterModules(), MessageBlobStore\getBlobs(), SkinFallback\getDefaultModules(), SkinApi\getDefaultModules(), Skin\getDefaultModules(), FancyCaptcha\getFormInformation(), ApiHelp\getHelp(), ApiHelp\getHelpInternal(), OutputPage\getModules(), ApiQuery\instantiateModules(), ApiQuery\isReadMode(), OutputPage\loadSkinModules(), OutputPage\makeResourceLoaderLink(), ResourceFileCache\newFromContext(), ForeignResourceManager\run(), templateCallback(), and TraditionalImageGallery\toHTML().
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' data. -file-suppress PhanUndeclaredMethod
Definition at line 10 of file HTMLFormElement.php.