wijmo.tree.wijtree Namespace > options type : droppable Option |
Default value: null
Customize the jquery-ui-droppable plugin of wijtree.
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) | |
---|---|
|