jQuery.wijmo.wijevcal Namespace > options type : readOnly Field |
Default value: false
Set this option to true if you want to prevent users to edit events data.
Javascript (Usage) | |
---|---|
var value; // Type: boolean value = jQuery.wijmo.wijevcal.options.readOnly; |
Javascript (Specification) | |
---|---|
var readOnly : boolean; |
$("#report").wijevcal({ readOnly: true });