jQuery.wijmo.wijaccordion Namespace > options type : disabled Field |
Default value: false
Determines whether the widget behavior is disabled. If set to true, the control appears dimmed and does not respond when clicked.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijaccordion.options.disabled; |
Javascript (Specification) | |
---|---|
var disabled : boolean; |