Confirm Dialog

presets.OpenConfirmDialog is a pre-defined event used to show a confirm dialog for user to do confirm before executing the actual action.

Queries

presets.ConfirmDialogConfirmEvent
required
Usually the value will be web.Plaid().EventFunc(the actual action event)....Go().

presets.ConfirmDialogPromptText
optional
To customize the prompt text.

presets.ConfirmDialogDialogPortalName
optional
To use a custom portal for dialog.

Example