Japanese Tag - actionSubmit

Last updated by admin 4 years ago

?? - actionSubmit

?? Description

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

????? Parameters

  • value - ????????????? The title of the button and indicated action.

? Examples

<g:actionSubmit value="Update" />
<g:actionSubmit value="Delete" />
<g:actionSubmit value="DeleteAll" onclick="return confirm('Are you sure???')" />