Wijmo UI for the Web
nodes Field

Default value: null

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

Syntax
Javascript (Usage) 
var value; // Type: Array
value = jQuery.wijmo.wijtree.options.nodes;
Javascript (Specification) 
var nodes : Array;
Example
// Supply a function as an option.
$(".selector").wijtree("option","nodes",
[{ text:"node1", navigateUrl:"#" }]);
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.