task_text

specifies the text in the task bars and the header of the lightbox

startDatethe date when a task is scheduled to begin
endDatethe date when a task is scheduled to be completed
taskTaskthe task object

Example

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

See also
Back to top