MediaWiki
REL1_22
|
Public Member Functions | |
getCols () | |
getInputHTML ($value) | |
This function must be implemented to return the HTML to generate the input object itself. | |
getRows () | |
Public Attributes | |
const | DEFAULT_COLS = 80 |
const | DEFAULT_ROWS = 25 |
Definition at line 1795 of file HTMLForm.php.
Definition at line 1799 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 1811 of file HTMLForm.php.
References DEFAULT_ROWS.
Definition at line 1805 of file HTMLForm.php.
References DEFAULT_COLS.
const HTMLTextAreaField::DEFAULT_COLS = 80 |
Definition at line 1796 of file HTMLForm.php.
Referenced by getRows().
const HTMLTextAreaField::DEFAULT_ROWS = 25 |
Definition at line 1797 of file HTMLForm.php.
Referenced by getInputHTML().