specifies the text in the task bars and the header of the lightbox
start | Date | the date when a task is scheduled to begin |
end | Date | the date when a task is scheduled to be completed |
task | Task | the task object |
gantt.templates.task_text=function(start, end, task){
return task.text;
};