Wijmo UI for the Web
select Method
select or unselect the node.
Selects or unselects the node.
Syntax
Javascript (Usage) 
var instance = new wijmo.tree.wijtreenode();
var returnValue; // Type: any

// Parameters
var value; // Type:  bool

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

Parameters

value
select or unselect the node.
Browser Compatibility
7
5
5

See Also

Reference

wijtreenode type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.