jQuery.wijmo.wijexpander Namespace > options type : expanded Field |
Default value: true
Determines the visibility state of the content panel. If true, the content element is visible.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijexpander.options.expanded; |
Javascript (Specification) | |
---|---|
var expanded : boolean; |
$("#element").wijexpander({ expanded: false });