Wijmo UI for the Web
getNodes Method
The getNodes method gets an array that contains the root nodes of the current tree.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    returnsValue = $(".selector").wijtree("getNodes");
});
Javascript (Specification) 
function getNodes() : any;
Example
$("#tree").wijtree("getNodes");
Browser Compatibility
7
5
5

See Also

Reference

wijtree type
wijtree jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.