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

month_events_link

Description

Управляет отображением ссылки «View more» внутри ячейки просмотра месяца

month_events_link: (date: Date, count: number) => string

Parameters

  • date - (required) Date - дата, соответствующая ячейке месяца
  • count - (required) number - общее количество событий для этой ячейки

Returns

  • text - (string) - html-контент, который будет отображён в scheduler

Example

// стандартная реализация
scheduler.templates.month_events_link = function(date, count){
return "<a>View more("+count+" events)</a>";
};

Applicable views: Month 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.