Wijmo UI for the Web
draggable Option
wijmo.dialog.wijdialog Namespace > options type : draggable Option

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.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijdialog("option", "draggable");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijdialog("option", "draggable", newValue);
        
});
var draggable : boolean;
See Also

Reference

options type
wijdialog jQuery Widget