jQuery.wijmo.wijdialog Namespace > options type : draggable Field |
Default value: true
If set to true, the dialog will be draggable by the title bar. Requires the jQuery UI Draggable widget to be included.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijdialog.options.draggable; |
Javascript (Specification) | |
---|---|
var draggable : boolean; |