jQuery.wijmo.wijtree Namespace > options type : allowTriState Field |
Default value: true
The allowTriState option allows the tree nodes to exhibit triState behavior. This lets the node checkboxes be checked, unchecked, or indeterminate. This option must be used with the showCheckBoxes option.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijtree.options.allowTriState; |
Javascript (Specification) | |
---|---|
var allowTriState : boolean; |