Tag - textArea
Description
Creates a HTML text area element. An implicit "id" attribute is given the same value as name unless you explicitly specify one. All the usual HTML attributes apply beyond the below:Parameters
- name (required) - The name of the text area
- value (optional) - The value of the text area
Examples
<g:textArea name="myField" value="myValue" rows="5" cols="40"/>


