Wijmo UI for the Web
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.

Syntax
Javascript (Usage) 
var value; // Type: boolean
value = jQuery.wijmo.wijexpander.options.allowExpand;
Javascript (Specification) 
var allowExpand : boolean;
Example
$("#element").wijexpander({ allowExpand: false });
Browser Compatibility
7
5
5

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.