Public Member Functions | |
| getCols () | |
| getRows () | |
| getInputHTML ($value) | |
| This function must be implemented to return the HTML to generate the input object itself. | |
Definition at line 936 of file HTMLForm.php.
| HTMLTextAreaField::getCols | ( | ) |
Definition at line 938 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.
| $value | String the value to set the input to; eg a default text for a text input. |
Reimplemented from HTMLFormField.
Definition at line 949 of file HTMLForm.php.
| HTMLTextAreaField::getRows | ( | ) |
Definition at line 943 of file HTMLForm.php.
1.5.9