agenda_date
Description
定义视图头部显示的日期
agenda_date: (start: Date, end: Date) => string
Parameters
start- (required) Date - 视图的开始日期end- (required) Date - 视图的结束日期
Returns
text- (string) - 将显示的HTML内容
Example
//默认定义
scheduler.templates.agenda_date = function(start, end) {
return '';
};
Applicable views: Agenda view
Details
注释
此模板仅在启用 agenda_view 插件时生效。
Related Guides
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.