控制月视图单元格内“查看更多”链接的显示方式
// 默认实现 scheduler.templates.month_events_link = function(date, count){ return "<a>View more("+count+" events)</a>"; };