jQuery.wijmo.wijdialog Namespace > options type : autoOpen Field |
Default value: true
If set to true, the dialog will automatically open upon initialization. If false, the dialog will stay hidden until the open() method is called.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijdialog.options.autoOpen; |
Javascript (Specification) | |
---|---|
var autoOpen : boolean; |