confirmDialog

Description

Displays a dialog box (modal) that asks for confirmation from the user.

Input / Parameter

Output

N/A

Note: A modal will pop up which displays the parameters specified by the user.

Callback

okCallback

Functions to be executed when the user clicks the 'OK' button.

cancelCallback

Functions to be executed when the user clicks the 'Cancel' button.

Video

Coming Soon.

Example

The user wants to display a dialog box to ask for confirmation from the end user.

Steps

Result

Last updated