button

Submit, Reset or Push button. This component will generate a input type="{ button | reset | submit}" tag. The value property is only used to print the button text.

Tag Information
Tag Class org.loom.tags.core.ButtonTag
Body Content empty
Dynamic Attributes true
Example
<l:button/>
<l:button value="save" event="save"/>

Attributes

Name Description Flags
accesskey HTML attribute
rtexprvalue
alt HTML attribute
rtexprvalue
class HTML attribute
rtexprvalue
decorator The name of the decorator to use. The default decorators for any form field will display the surrounding label.
rtexprvalue
dir HTML attribute
rtexprvalue
disabled HTML attribute
rtexprvalue
event When a submit button with this property set is clicked, the form will be submitted to this event instead of the one specified in the container form. The browser (javascript) validations will still be the ones related to the original form event.
rtexprvalue
helpLine If not null, this value will be used as help line
rtexprvalue
id HTML attribute
rtexprvalue
if Set to false to skip tag execution.
rtexprvalue
lang HTML attribute
rtexprvalue
style HTML attribute
rtexprvalue
tabindex HTML attribute
rtexprvalue
title HTML attribute
rtexprvalue
translateTitle set to true to translate title, default true
rtexprvalue
type the button type, possible values are "button", "reset" and "submit" (default)
rtexprvalue
value HTML attribute. The text that will appear on the submit button. By default, [ActionName].[event] will be used.
rtexprvalue