specifies the tooltip over a day cell containing some scheduled event(s)
| start | Date | the date when an event is scheduled to begin |
| end | Date | the date when an event is scheduled to be completed |
| event | object | the event object |
scheduler.templates.year_tooltip = function(start,end,ev){
return ev.text;
};
The template requires the year_view plugin to be activated.