Wijmo UI for the Web
droppable Option

Default value: null

Customize the jquery-ui-droppable plugin of wijtree.

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

See Also

Reference

options type
wijtree jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.