$(function () { var options; // Type: wijmo.tree.wijtree.options $(".selector").wijtree(options); });
function wijtree;
$(function () { var options; // Type: wijmo.tree.wijtree.options $(".selector").wijtree(options); });
function wijtree;
Object
wijmo.tree.wijtree
Name | Description | |
---|---|---|
wijtree Constructor |
Name | Description | |
---|---|---|
add | The add method adds a node to the tree widget. | |
destroy | The destroy method will remove the rating functionality completely and will return the element to its pre-init state. | |
findNodeByText | The findNodeByText method finds a node by the specified node text. | |
getCheckedNodes | The getCheckedNodes method gets the nodes which are checked. | |
getNodes | The getNodes method gets an array that contains the root nodes of the current tree. | |
getSelectedNodes | The getSelectedNodes method gets the selected nodes. | |
remove | The remove method removes the indicated node from the wijtree element. | |
widget | Returns a jQuery object containing the original element or other relevant generated element. |