Default value: false
Set this option to true if you want to prevent users to edit events data.
$(function () { // Get value var returnsValue; // Type: boolean returnsValue = $(".selector").wijevcal("option", "readOnly"); // Set value var newValue; // Type: boolean $(".selector").wijevcal("option", "readOnly", newValue); });
var readOnly : boolean;
$("#report").wijevcal({ readOnly: true });
options type wijevcal jQuery Widget