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