定义显示在有计划事件的日期单元格上的tooltip
scheduler.templates.year_tooltip = function(start,end,ev){ return ev.text; };
该模板仅在启用了year_view插件时有效。