quick_info_title

设置弹出编辑表单的标题

startDate任务计划开始的日期
endDate任务预期完成的日期
taskTask任务对象本身

Example

gantt.templates.quick_info_title = function(start, end, task){ 
       return ev.text.substr(0,50); 
};

Related samples

Details

该模板是 Quick Info 扩展的一部分,请确保启用了 quick_info 插件。

See also
Back to top