OpenWGA 7.6 - WebTML reference

WebTML tags » button

<tml:button confirm ="confirm-message">

Purpose:

Defines a confirmation message that must be accepted by the user before the action is executed

Description:

When using this attribute a JavaScript confirmation dialog is shown on clicking the button, displaying the defined message. The action is only executed when the user clicks the "OK" button on it.

Value(s):

The confirmation message. You can use JavaScript literals control literals - for example "\n" for line breaks - to format your message.