multisection_shift_all

specifies whether while dragging events that assigned to several sections of the Timeline or Units view, all instances should be dragged at once ('true') or just the selected one ('false')

boolean multisection_shift_all;

Available only in PRO Edition

Example

scheduler.config.multisection_shift_all = false;
 
scheduler.init('scheduler_here', new Date(2012, 5, 30), "timeline");


Default value:

true
Applicable views:Timeline View, Units View

Related samples

Details

The property affects only dragging events vertically (between sections)

See also
Back to top