timeline_swap_resize

defines that during event resizing the end date of the event can be swapped for the start date (after the end date becomes scheduled before the start one)

boolean timeline_swap_resize;

Available only in PRO Edition

Example

scheduler.config.timeline_swap_resize = false;


Default value:

true
Details

The property requires the timeline plugin to be enabled.

If the property is set to false, it won't allow you to drag the end date to the left of the start date (and vice versa) when you resize event via drag and drop.

See also
Change log

added in version 4.4

Back to top