readonly_form

activates the read-only mode for the lightbox

boolean readonly_form;

Example

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


Default value:

false

Related samples

Details

The property requires the readonly plugin to be enabled.

See also
Back to top