readonly

activates the read-only mode for the scheduler

boolean readonly;

Example

scheduler.config.readonly = true;
...
scheduler.init('scheduler_here',new Date(2013,05,11),"week");


Default value:

false
See also
Back to top