Wijmo UI for the Web
getCheckedNodes Method
The getCheckedNodes method gets the nodes which are checked.
Syntax
Javascript (Usage) 
var instance = new jQuery.wijmo.wijtree();
var value; // Type: any
value = instance.getCheckedNodes();
Javascript (Specification) 
function getCheckedNodes() : any;

Return Value

{array}
Example
$("selector").wijtree("getCheckedNodes");
Browser Compatibility
7
5
5

See Also

Reference

wijtree type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.