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