
Public Member Functions | |
| __construct ($name, $value="", $rows=-1, $cols=-1) | |
| Creates a new text area. | |
numeric: number of rows in text area, or -1 for default numeric: number of columns in text area, or -1 for default
| TKTextArea::__construct | ( | $ | name, | |
| $ | value = "", |
|||
| $ | rows = -1, |
|||
| $ | cols = -1 | |||
| ) |
Creates a new text area.
| $name | [string]: form element name | |
| $value | [string]: initial value of text area (contents of text area) | |
| $rows | [numeric]: number of rows, or -1 for default | |
| $cols | [numeric]: number of columns, or -1 for default |
1.5.6