jQuery.wijmo.wijtree Namespace > options type : nodes Field |
Default value: null
Set the child nodes object array as the datasource of wijtree.
Javascript (Usage) | |
---|---|
var value; // Type: Array value = jQuery.wijmo.wijtree.options.nodes; |
Javascript (Specification) | |
---|---|
|
// Supply a function as an option. $(".selector").wijtree("option","nodes", [{ text:"node1", navigateUrl:"#" }]);