multisection

enables the possibility to render the same events in several sections of the Timeline or Units view

boolean multisection;

Available only in PRO Edition

Example

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


Default value:

false
Applicable views:Timeline View, Units View

Related samples

See also
Back to top