Перейти к основному содержимому

templates

Description

Задаёт стиль форматирования для templates, используемых в датах, заголовках и тултипах внутри scheduler

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.