templates
Description
设置调度器中用于日期、标题和tooltip的templates的格 式样式
templates: SchedulerTemplates
Example
// 设置Day和Units视图头部显示的日期格式
scheduler.templates.day_date = function(date){
return scheduler.date.date_to_str(scheduler.config.default_date);
};
Details
关于templates对象属性的详细信息,可以在主API页面的专门章节中找到
'Scheduler API: Templates'。
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.