quick_info_title

specifies the title of the pop-up edit form

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.quick_info_title = function(start, end, task){ 
       return ev.text.substr(0,50); 
};

Related samples

Details

This template is defined in the Quick Info extension, so you need to activate the quick_info plugin.

See also
Back to top