edit_on_create

'says' to open the lightbox while creating new events

boolean edit_on_create;

Example

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


Default value:

true Back to top