var instance; // Type: wijmo.tree.WijTreeOptions; var value; // Type: Array value = instance.nodes;
var nodes : Array;
Set the child nodes object array as the datasource of wijtree.
var instance; // Type: wijmo.tree.WijTreeOptions; var value; // Type: Array value = instance.nodes;
var nodes : Array;
// Supply a function as an option. $(".selector").wijtree("option","nodes", [{ text:"node1", navigateUrl:"#" }]);