Wijmo UI for the Web
check Method
Check or uncheck the node.
Checks or unchecks the node.
Syntax
Javascript (Usage) 
var instance = new wijmo.tree.wijtreenode();
var returnValue; // Type: any

// Parameters
var value; // Type:  bool

returnValue = instance.check(value);
Javascript (Specification) 
function check( 
   value : bool
) : any;

Parameters

value
Check or uncheck the node.
Browser Compatibility
7
5
5

See Also

Reference

wijtreenode type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.