Inherited by HTMLFloatField, HTMLSelectOrOtherField, and UploadSourceField.
Public Member Functions | |
getSize () | |
getInputHTML ($value) | |
This function must be implemented to return the HTML to generate the input object itself. |
Definition at line 871 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 879 of file HTMLForm.php.
HTMLTextField::getSize | ( | ) |
Reimplemented in HTMLFloatField, and UploadSourceField.
Definition at line 873 of file HTMLForm.php.
Referenced by HTMLSelectOrOtherField::getInputHTML().