Hi
I want to style the dateChooser and have sucessfully styled most of my wantings with:
Sadly i didn't found any solution to color the marked part of the DateChooser (see at the attachment).
Is there a chance to add there my own classes? In the docs there are only baseWeekStyle, selectedWeekStyle and alternateWeekStyles. I'm searching for something like weekHeaderStyle.
We are currently using the latest build of version 8.3
Thanks in advance
I want to style the dateChooser and have sucessfully styled most of my wantings with:
Code:
isc.DateChooser.addProperties({selectedWeekStyle: "mystyle-selectedWeekStyle",baseWeekStyle:"mystyle-baseWeekStyle"});Is there a chance to add there my own classes? In the docs there are only baseWeekStyle, selectedWeekStyle and alternateWeekStyles. I'm searching for something like weekHeaderStyle.
We are currently using the latest build of version 8.3
Thanks in advance