Wijmo UI for the Web
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
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijdialog("option", "draggable");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijdialog("option", "draggable", newValue);
        
});
Javascript (Specification) 
var draggable : boolean;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijdialog jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.