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

agenda_date

Description

Определяет дату, отображаемую в заголовке представления

agenda_date: (start: Date, end: Date) => string

Parameters

  • start - (required) Date - начальная дата представления
  • end - (required) Date - конечная дата представления

Returns

  • text - (string) - HTML-содержимое, которое будет отображено

Example

//default definition
scheduler.templates.agenda_date = function(start, end) {
return '';
};

Applicable views: Agenda view

Details

примечание

Этот шаблон работает только при включенном плагине agenda_view.

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.