Wijmo UI for the Web
nodes Field
wijmo.tree Namespace > WijTreeOptions Interface : nodes Field

Set the child nodes object array as the datasource of wijtree.

Syntax
var instance; // Type: wijmo.tree.WijTreeOptions;
var value; // Type: Array
value = instance.nodes;
var nodes : Array;
Example
// Supply a function as an option.
$(".selector").wijtree("option","nodes",
[{ text:"node1", navigateUrl:"#" }]);
See Also

Reference

WijTreeOptions Interface