MediaWiki
REL1_24
|
Public Member Functions | |
getInputHTML ($value) | |
This function must be implemented to return the HTML to generate the input object itself. | |
getSize () |
Definition at line 3 of file HTMLTextField.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.
string | $value | The value to set the input to; eg a default text for a text input. |
Reimplemented from HTMLFormField.
Reimplemented in HTMLAutoCompleteSelectField, and HTMLSelectOrOtherField.
Definition at line 8 of file HTMLTextField.php.
References $attribs, $type, $value, array(), HTMLFormField\getAttributes(), getSize(), HTMLFormField\getTooltipAndAccessKey(), and Html\input().
Reimplemented in UploadSourceField, and HTMLFloatField.
Definition at line 4 of file HTMLTextField.php.
Referenced by getInputHTML(), and HTMLSelectOrOtherField\getInputHTML().