(Quick Reference)

submitButton

目的
Purpose

Creates a submit button using the indicated value as the caption. JavaScript event handlers can be added using the same parameter names as in HTML.

使用例
Examples

<g:submitButton name="update" value="Update" />

詳細
Description

属性

Attributes
  • name (required) - The name of the button
  • value (required) - The title of the button and name of action when not explicitly defined.

ソース
Source

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