vdl-action-confirm
Show a confirmation dialog and wait for the user response. If the user chooses to cancel then the VDL action group will be stopped immediately and no further actions will be run, unless the "continue" attribute is set to "true". A boolean value is passed on to the next VDL action to say whether the user chose Ok.
Required parent element
Example
<vdl-action-group name="showDialog">
<vdl-action-confirm
title="Please confirm"
text="Do you wish to proceed?"
ok-label="Sure"
cancel-label="No thanks">
</vdl-action-confirm>
</vdl-action-group>
Attributes
text | The message to show within the confirm dialog body. | accepts expression | required |
---|---|---|---|
cancel-label | Text to show on the cancel button. Defaults to "No". | ||
continue | Whether to continue to the next VDL action in the VDL action group if a user clicks on the cancel button. Set to "true" to allow the VDL action group to continue regardless of the user choice. Defaults to stopping the VDL action group if the user chooses cancel. | ||
ok-label | Text to show on the ok button. Defaults to "Yes". | ||
title | A title to show on the confirm dialog. Defaults to "Confirm". |
© 2001-2020 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.