multisection

允许在 Timeline 或 Units 视图中跨多个 section 渲染相同的事件

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 视图, Units 视图

Related samples

See also
返回顶部