MediaWiki
REL1_20
|
Public Member Functions | |
getDiv ($value) | |
Get the complete div for the input, including help text, labels, and whatever. | |
getInputHTML ($value) | |
This function must be implemented to return the HTML to generate the input object itself. | |
getRaw ($value) | |
Get the complete raw fields for the input, including help text, labels, and whatever. | |
getTableRow ($value) | |
Get the complete table row for the input, including help text, labels, and whatever. |
Definition at line 2425 of file HTMLForm.php.
HTMLApiField::getDiv | ( | $ | value | ) |
Get the complete div for the input, including help text, labels, and whatever.
$value | String the value to set the input to. |
Reimplemented from HTMLFormField.
Definition at line 2430 of file HTMLForm.php.
References getTableRow().
HTMLApiField::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 2438 of file HTMLForm.php.
References getTableRow().
HTMLApiField::getRaw | ( | $ | value | ) |
Get the complete raw fields for the input, including help text, labels, and whatever.
$value | String the value to set the input to. |
Reimplemented from HTMLFormField.
Definition at line 2434 of file HTMLForm.php.
References getTableRow().
HTMLApiField::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 2426 of file HTMLForm.php.
Referenced by getDiv(), getInputHTML(), and getRaw().