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

See Also

Reference

wijtreenode type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.