|
||||||||||||||
<tml:button>Avaliable since version 2.1.1Description:
Generates an HTML tag <button> that calls an TML-Action on click.
Attributes:
Details:
The attribute "clickaction" tells the tag which action to execute on click. The attributes param1 to param5 can be used to pass parameters to the action.
Examples:
The content of the tag will be the label of t button. The attributes cssclass and cssstyle can be used to adjust display of the button. You need to embed the tag tml:htmlhead to the head of the HTML page to be able to use this functionality.
<tml:action id="anAction">
<tml:item name="msg"/> <tml:button clickaction="anAction">Click me!</tml:button> |
Syndicate
Dokumentationen
© Innovation Gate
|
|||||||||||||