Pop-up Dialog
The Pop-up Dialog component is a wrapper of the Alert, Prompt and
Confirm JavaScript dialogs.
Properties
name
- Description: (REQUIRED) Enter unique name of the control. Must exactly match the name of the corresponding JavaScript object on the page.
- Type: String
- Default Value: Dialog1
dlgType
- Description: (REQUIRED) Select the dialog type.
- Value Set: alert | confirm | prompt
- Type: String
- Default Value: alert
message
- Description: (REQUIRED) Enter dialog message or prompt.
- Type: String
value
- Description: Enter a default value for prompt dialog.
- Type: String
testMode
- Description: Select the test mode.
- Value Set: off | alerts | text
- Type: String
- Default Value: off
- Is Expert: Yes
Methods
Open
- Name: open()
- Description: Opens the dialog.
Events
On Open
- Name: onOpen()
- Description: Event fires on open of dialog.
Other Information
Environment: Client