Zum Hauptinhalt springen

TIMELINE_scalex_class

Info

Dieses Feature ist nur in der PRO Edition verfügbar.

Description

Definiert den Namen einer CSS-Klasse, die den Elementen auf der X-Achse zugewiesen wird

TIMELINE_scalex_class: (date: Date) => string;

Parameters

  • date - (required) Date - Das Datum, das formatiert werden soll

Returns

  • css_class - (string) - CSS-Klasse für das entsprechende Element

Example

scheduler.templates.timeline_scalex_class = function(date){
return "";
};

Applicable views: Timeline view

Details

Hinweis

Diese Vorlage erfordert, dass das timeline 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.