Last updated by admin 4 years ago
?? - textField
?? {excerpt:hidden=true} Description {excerpt}
{excerpt:hidden=true} Creates a input of type 'text' (a text field). All the usual HTML elements apply beyond the below:{excerpt} ?????????????????"id"????????????name??????????????????HTML???????????????????? {excerpt:hidden=true} Parameters{excerpt}
- name (required) - ???????????? {excerpt:hidden=true} The name of the text field {excerpt}
- value (optional) - ??????????? {excerpt:hidden=true} The value of the text field {excerpt}
? {excerpt:hidden=true} Examples {excerpt}
<g:textField name="myField" value="myValue" />


