task_text

작업 바와 라이트박스 헤더에 표시되는 텍스트를 설정합니다.

startDate작업이 시작될 예정일
endDate작업이 완료될 예정일
taskTask작업 객체 자체

Example

gantt.templates.task_text=function(start, end, task){
    return task.text;
};

See also
Back to top