details_on_create

'says' to use the extended form while creating new events by drag or double click

boolean details_on_create;

Example

scheduler.config.details_on_create=true;
...
scheduler.init('scheduler_here',new Date(2013,0,10),"week");


Default value:

true
Applicable views:Day View, Week View, Units View

Related samples

Change log

Default value changed to true in v7.0

Back to top