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

map_date

Description

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

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

Parameters

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

Returns

  • text - (string) - html-текст для отображения в scheduler

Example

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

Applicable views: Map view

Details

примечание

Этот шаблон работает только если включен плагин map_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.