quick_info_title

设置弹出编辑表单的标题

startDate事件的开始日期
endDate事件的结束日期
eventobject事件对象本身

Example

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

Details

该template仅在启用quick_info插件时才有效。

See also
返回顶部