correct_work_time

允许在拖动任务时调整任务的开始和结束日期,以适应工作时间内

boolean correct_work_time;

Example

gantt.config.work_time = true;
gantt.config.correct_work_time = true;
 
gantt.init("gantt_here");


Default value:

false

Related samples

Details

此设置仅在启用 work_time 属性时生效。


See also
Back to top