MediaWiki
REL1_19
|
Public Member Functions | |
__construct ($params) | |
Initialise the object. | |
getInputHTML ($value) | |
This function must be implemented to return the HTML to generate the input object itself. | |
getTableRow ($value) | |
Get the complete table row for the input, including help text, labels, and whatever. |
Definition at line 1952 of file HTMLForm.php.
HTMLHiddenField::__construct | ( | $ | params | ) |
Initialise the object.
$params | array Associative Array. See HTMLForm doc for syntax. |
Reimplemented from HTMLFormField.
Definition at line 1953 of file HTMLForm.php.
HTMLHiddenField::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.
Definition at line 1976 of file HTMLForm.php.
HTMLHiddenField::getTableRow | ( | $ | value | ) |
Get the complete table row for the input, including help text, labels, and whatever.
$value | String the value to set the input to. |
Reimplemented from HTMLFormField.
Definition at line 1961 of file HTMLForm.php.