wijmo.tree.wijtree Namespace > options type : allowDrag Option |
Default value: false
When the allowDrag option is set to true, the tree nodes can be dragged.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijtree("option", "allowDrag"); // Set value var newValue; // Type: boolean $(".selector").wijtree("option", "allowDrag", newValue); }); |
Javascript (Specification) | |
---|---|
var allowDrag : boolean; |