drag_create

enables the possibility to create new events by drag-and-drop

boolean drag_create;

Example

scheduler.config.drag_create = false;
...
scheduler.init('scheduler_here',new Date(2013,7,1),"week");


Default value:

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

Related samples

See also
Back to top