Default value: false
Specifies whether the events calendar is disabled.
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijevcal("option", "disabled"); // Set value var newValue; // Type: boolean $(".selector").wijevcal("option", "disabled", newValue); });
var disabled : boolean;
$("#eventscalendar").wijevcal("option", "disabled", true);
options type wijevcal jQuery Widget