팝업 편집 폼에 적용되는 CSS 클래스를 정의합니다.
start | Date | 스케줄된 작업의 시작 날짜 |
end | Date | 작업이 완료되어야 하는 종료 날짜 |
task | Task | 작업 객체 자체 |
gantt.templates.quick_info_class = function(start, end, task){
return task.type == gantt.config.types.milestone ? "milestone_popup" : "";
};
이 템플릿은 Quick Info 확장의 일부이므로, 먼저 quick_info 플러그인을 활성화해야 합니다.