Day, Week, Month Scale Classs

In the timeline view, I can use scheduler.templates.TIMELINENAME_scalex_class to set custom css for the header.

I can’t seem to find a similar feature for the day, week and month views.

I found week_scale_date to change the text, but nothing to allow adding a custom css class.

Hi,
there is no such templates for day/week/month views. Currently the only available option is to attach additional css to the dhx_scale_bar class, which is applied to headers of these views.

I was hoping to be able to color the headers of the weekend days, but if there’s not a suitable class in those views, I’ll have to forget the idea.

Tkanks for your help anyway.

I’ve almost managed to get what I want by wrapping a div around the text returned by week_scale_date or month_scale_date, and then styling the div. But then I have to also handle creating the text for the header instead of using the header texts that the scheuler would supply.

Being able to add a custom class to the header would be easier.