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

Default value: false

Enables a built-in log console.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijevcal("option", "enableLogs");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijevcal("option", "enableLogs", newValue);
        
});
var enableLogs : boolean;
Example
$("#eventscalendar").wijevcal({ enableLogs: true });
See Also

Reference

options type
wijevcal jQuery Widget