jQuery.wijmo.wijevcal Namespace > options type : disabled Field |
Default value: false
Specifies whether the events calendar is disabled.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijevcal.options.disabled; |
Javascript (Specification) | |
---|---|
var disabled : boolean; |
$("#eventscalendar").wijevcal("option", "disabled", true);