drag_event_body

allows dragging scheduler events by any part of the body

boolean drag_event_body;

Example

scheduler.config.drag_event_body = false;


Default value:

true

Related samples

Details

If the config is disabled, drag-n-drop is possible only by the header of the event.

Back to top