jQuery.wijmo.wijtree Namespace > options type : autoCollapse Field |
Default value: false
If this option is set to true, the expanded node will be collapsed if another node is expanded.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijtree.options.autoCollapse; |
Javascript (Specification) | |
---|---|
var autoCollapse : boolean; |