Gives a HTML textarea element for a [WikiForm].

!Parameters

* __name__ : Name of the HTML element
* __rows__ : How many rows should the textarea be?
* __cols__ : How many columns should the textarea be?

!Example

{{{
Type text here:
[{FormTextarea name='description' rows=5 cols=80}]
}}}

would produce

[{FormOpen form='reportform'}]
Type text here:\\
[{FormTextarea name='description' rows=5 cols=80}]
[{FormClose}]

----

Back to [WikiForms].