MediaWiki
REL1_24
|
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 3 of file HTMLTextAreaField.php.
Definition at line 7 of file HTMLTextAreaField.php.
References DEFAULT_COLS.
Referenced by getInputHTML().
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 15 of file HTMLTextAreaField.php.
References $attribs, $value, array(), HTMLFormField\getAttributes(), getCols(), getRows(), HTMLFormField\getTooltipAndAccessKey(), and Html\textarea().
Definition at line 11 of file HTMLTextAreaField.php.
References DEFAULT_ROWS.
Referenced by getInputHTML().
const HTMLTextAreaField::DEFAULT_COLS = 80 |
Definition at line 4 of file HTMLTextAreaField.php.
Referenced by getCols().
const HTMLTextAreaField::DEFAULT_ROWS = 25 |
Definition at line 5 of file HTMLTextAreaField.php.
Referenced by getRows().