jQuery.wijmo.wijevcal Namespace > options type : enableLogs Field |
Default value: false
Enables a built-in log console.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijevcal.options.enableLogs; |
Javascript (Specification) | |
---|---|
var enableLogs : boolean; |
$("#eventscalendar").wijevcal({ enableLogs: true });