limit_drag_out

denies to drag events out of the visible area of the scheduler

boolean limit_drag_out;

Example

//denies dragging events out of the visible area of the timeline
scheduler.config.limit_drag_out = true;


Default value:

false
Applicable views:Timeline View
Back to top