jQuery.wijmo.wijtree Namespace > options type : showExpandCollapse Field |
Default value: true
The showExpandCollapse option determines if the tree is displayed in an expanded or collapsed state. If set to "false," then the wijtree widget will be displayed in the expanded state.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijtree.options.showExpandCollapse; |
Javascript (Specification) | |
---|---|
var showExpandCollapse : boolean; |