Zum Hauptinhalt springen

map_date

Description

Setzt das im Header der Ansicht angezeigte Datum

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

Parameters

  • start - (required) Date - das Anfangsdatum der Ansicht
  • end - (required) Date - das Enddatum der Ansicht

Returns

  • text - (string) - HTML-Text für die Darstellung im Scheduler

Example

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

Applicable views: Map view

Details

Hinweis

Diese Vorlage funktioniert nur, wenn das map_view Plugin aktiviert ist.

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.