jQuery.wijmo.wijdialog Namespace > options type : modal Field |
Default value: false
If set to true, the dialog will have modal behavior; other items on the page will be disabled, i.e., cannot be interacted with. Modal dialogs create an overlay below the dialog but above other page elements.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijdialog.options.modal; |
Javascript (Specification) | |
---|---|
var modal : boolean; |