Wijmo UI for the Web
showCheckBoxes Option

Default value: false

The showCheckBoxes option allows the node Check Box to be shown on the tree nodes.

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

See Also

Reference

options type
wijtree jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.