jQuery.wijmo.wijexpander Namespace > options type : allowExpand Field |
Default value: true
Determines if the widget can be collapsed or expanded through user interaction.Set this option to false to disable collapsing and expanding in the widget.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijexpander.options.allowExpand; |
Javascript (Specification) | |
---|---|
var allowExpand : boolean; |
$("#element").wijexpander({ allowExpand: false });