[solved] Calendaring customization [highlighting the current month] |
11-25-2016, 08:57 PM
(This post was last modified: 11-27-2016, 05:37 AM by BabalooAye. Edit Reason: Marking post as solved )
I made a method that writes a view with a calendar table which shows all months of a year using the calendaring class. It works as well, and returns this:
![]() But I didn't found a way to highlight only the current month using a template in the calendaring class. I tried to modify the default template but it doesn't work because when I change the class of '{heading_title_cell}<th colspan="{colspan}">{heading}</th>{/heading_title_cell}', it modifies all the month's labels like this: ![]() I'm using the default methods from the basic class tutorial. Any suggestion? |
Messages In This Thread |
[solved] Calendaring customization [highlighting the current month] - by BabalooAye - 11-25-2016, 08:57 PM
RE: Calendaring customization [highlighting the current month] - by InsiteFX - 11-26-2016, 06:00 AM
RE: Calendaring customization [highlighting the current month] - by BabalooAye - 11-26-2016, 09:09 AM
RE: Calendaring customization [highlighting the current month] - by InsiteFX - 11-26-2016, 11:35 AM
RE: Calendaring customization [highlighting the current month] - by BabalooAye - 11-26-2016, 12:18 PM
RE: Calendaring customization [highlighting the current month] - by BabalooAye - 11-26-2016, 12:29 PM
|