Wijmo UI for the Web
draggable Option

Default value: null

Customize the jquery-ui-draggable plugin of wijtree.

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  object
    returnsValue = $(".selector").wijtree("option", "draggable");
    
    // Set value
    var newValue; // Type:  object
    $(".selector").wijtree("option", "draggable", newValue);
        
});
Javascript (Specification) 
var draggable : object;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijtree jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.