infoDialog
Last updated
Last updated
Displays a dialog box (modal) that shows some message set by the user.
Name | Description | Input Type | Default | Options | Required |
---|---|---|---|---|---|
N/A
Note: A modal will pop up which displays the parameters specified by the user.
The function to be executed when user clicks on the button in the modal.
Coming Soon.
The user wants to display some information in a dialog box.
No. | Description | |
---|---|---|
No. | Description |
---|---|
title
The title of the dialog box.
String/Text
-
-
Yes
content
The message to be shown in the dialog box.
String/Text
-
-
Yes
disableTimer
To disable the timer or not.
Boolean
false
true, false
No
timeOut
The duration that the modal appears on the screen for. (1 second = 1000)
Number
-
-
No
okCaption
The label for the 'OK' button.
String/Text
-
-
No
1.
Drag a button to a page in the mobile designer. Select the event click
for the button and drag the infoDialog
function to the event flow.
2.
Fill in the parameters of the function.
When the button is pressed, the infoDialog modal appears showing the information entered by the user.