Wijmo UI for the Web
autoCheckNodes Option

Default value: true

The autoCheckNodes option allows the sub-nodes to be checked when the parent nodes are checked. To use this option, showCheckboxes must be set to "true."

Syntax
Javascript (Usage) 
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijtree("option", "autoCheckNodes");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijtree("option", "autoCheckNodes", newValue);
        
});
Javascript (Specification) 
var autoCheckNodes : boolean;
Browser Compatibility
7
5
5

See Also

Reference

options type
wijtree jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.