MediaWiki
REL1_21
|
Public Member Functions | |
getCols () | |
getInputHTML ($value) | |
This function must be implemented to return the HTML to generate the input object itself. | |
getRows () |
Definition at line 1599 of file HTMLForm.php.
Definition at line 1600 of file HTMLForm.php.
HTMLTextAreaField::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.
Definition at line 1612 of file HTMLForm.php.
Definition at line 1606 of file HTMLForm.php.