Represents the return value of a modal dialog.
Namespace: MindFusion.Common.UI
File: DropDown.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
Members| 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. |
ExampleThe following code checks the result of a Dialog being closed in a callback method:
JavaScript
Copy Code
|
|---|
// show the dialog
|
See Also