jQuery.wijmo.wijdialog Namespace > options type : closeOnEscape Field |
Default value: true
Specifies whether the dialog should close when it has focus and the user presses the esacpe (ESC) key.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijdialog.options.closeOnEscape; |
Javascript (Specification) | |
---|---|
var closeOnEscape : boolean; |