Public Member Functions | |
formTextarea ($name, $value=null, $attribs=null) | |
Data Fields | |
$rows = 24 | |
$cols = 80 |
Definition at line 39 of file FormTextarea.php.
formTextarea | ( | $ | name, |
$ | value = null , |
||
$ | attribs = null |
||
) |
Generates a 'textarea' element.
public
string | array | $name | If a string, the element name. If an array, all other parameters are ignored, and the array elements are extracted in place of added parameters. |
mixed | $value | The element value. |
array | $attribs | Attributes for the element tag. |
Definition at line 74 of file FormTextarea.php.