MediaWiki
REL1_19
|
Public Member Functions | |
getInputHTML ($value) | |
This function must be implemented to return the HTML to generate the input object itself. | |
getSize () |
Definition at line 1202 of file HTMLForm.php.
HTMLTextField::getInputHTML | ( | $ | value | ) |
This function must be implemented to return the HTML to generate the input object itself.
It should not implement the surrounding table cells/rows, or labels/help messages.
$value | String the value to set the input to; eg a default text for a text input. |
Reimplemented from HTMLFormField.
Reimplemented in HTMLSelectOrOtherField.
Definition at line 1209 of file HTMLForm.php.
References Html\element(), getSize(), and HTMLFormField\getTooltipAndAccessKey().
Reimplemented in HTMLFloatField, and UploadSourceField.
Definition at line 1203 of file HTMLForm.php.
Referenced by getInputHTML(), and HTMLSelectOrOtherField\getInputHTML().