Wijmo UI for the Web
disabled Option
wijmo.evcal.wijevcal Namespace > options type : disabled Option

Default value: false

Specifies whether the events calendar is disabled.

Syntax
$(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;
Example
$("#eventscalendar").wijevcal("option", 
      "disabled", true);
See Also

Reference

options type
wijevcal jQuery Widget