(Quick Reference)

textField

目的
Purpose

Creates a input of type 'text' (a text field). An implicit "id" attribute is given the same value as the name unless you explicitly specify one.

使用例
Examples

<g:textField name="myField" value="${myValue}" />

詳細
Description

属性

Attributes
  • name (required) - The name of the text field
  • value (optional) - The initial text to display in the text field. By default the text field will be empty.

ソース
Source

{source:tag=FormTagLib.textField} {source}