TIMELINE_second_scalex_class
Info
Dieses Feature ist nur in der PRO Edition verfügbar.
Description
Legt den Namen einer CSS-Klasse fest, die zu Elementen auf der zweiten X-Achse hinzugefügt wird.
TIMELINE_second_scalex_class: (date: Date) => string;
Parameters
date- (required) Date - das Datum, das formatiert werden soll
Returns
css_class- (string) - die CSS-Klasse für das entsprechende Element
Example
scheduler.templates.timeline_second_scalex_class = function(date){
return "";
};
Applicable views: Timeline view
Details
Hinweis
Die Template-Funktion erfordert, dass das timeline Plugin aktiviert ist.
Related Guides
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.