?? - textArea {excerpt:hidden=true} Tag - textArea {excerpt}
?? {excerpt:hidden=true} Description {excerpt}
{excerpt:hidden=true} 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 elements apply beyond the below: {excerpt}
HTML????????????????"id"????????????name??????????????????HTML??????????????:
????? {excerpt:hidden=true} Parameters {excerpt}
- name (??) - ?????????? {excerpt:hidden=true} The name of the text area {excerpt}
- value (??) - ????????? {excerpt:hidden=true} The value of the text area {excerpt}
? {excerpt:hidden=true} Examples {excerpt}
<g:textArea name="myField" value="myValue" rows="5" cols="40"/>