TIMELINE_scalex_class
info
This functionality is available in the PRO edition only.
Description
Specifies the name of a CSS class that will be applied to items of the X-Axis
TIMELINE_scalex_class: (date: Date) => string;
Parameters
date- (required) Date - the date which needs formatting
Returns
css_class- (string) - css class for related element
Example
scheduler.templates.timeline_scalex_class = function(date){
return "";
};
Applicable views: Timeline view
Details
note
The template requires the timeline plugin to be activated.
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.