Zum Hauptinhalt springen

month_events_link

Description

Steuert, wie der 'View more'-Link innerhalb einer Month-View-Zelle angezeigt wird

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

Parameters

  • date - (required) Date - das Datum, das der Monatszelle entspricht
  • count - (required) number - die Gesamtanzahl der Events für diese Zelle

Returns

  • text - (string) - HTML-Inhalt, der im Scheduler angezeigt wird

Example

// Standardimplementierung
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.