Represents the return value of a modal dialog.
Namespace: MindFusion.Common.UI
File: DropDown.js
JavaScript Copy Code |
---|
// enum |
Member name | Value | Description | |
---|---|---|---|
Cancel |
2 | The dialog was closed using the Cancel button. |
|
None |
0 | Default value. |
|
OK |
1 | The dialog was closed using the OK button. |
The following code checks the result of a Dialog being closed in a callback method:
JavaScript Copy Code |
---|
// show the dialog
|