agenda_date

定义视图头部显示的日期

startDate视图的开始日期
endDate视图的结束日期

Example

//默认定义
scheduler.templates.agenda_date = function(start, end) {
    return '';
};

Applicable views:议程视图
Details

此模板仅在启用 agenda_view 插件时生效。

See also
返回顶部