You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many thanks for creating the ResourceView fullCalendar.
It will be great to have column background highlighting based on dates, just like the today() column is highlighted.
For example, in my case, I want all the National Holiday's to have a different background colour. My idea is to have an Object/Array which can be filled with dates, or include a boolean field in the eventObject. Here is the same issue discussed for the original fullCalendar project : https://code.google.com/p/fullcalendar/issues/detail?id=144
I am not a newbie to javascript but I am also not a professional as you guys. I figured out that the background colour can be applied in the updateCells function. My problem is, I am not able to understand how to supply the dates and then check for them in the updateCells function.
I think this will be a really cool feature and lot of people would love to have it. I would be glad to help you in this, but would need some guidance.
Best,
Ankit
The text was updated successfully, but these errors were encountered:
There still seems to be no update on this issue. Can anyone else help me with this issue, as to how to highlight selective columns just like the "today" day column?
Is there are SO domain / forum where I can try to find a solution?
Hi Jarno,
Many thanks for creating the ResourceView fullCalendar.
It will be great to have column background highlighting based on dates, just like the today() column is highlighted.
For example, in my case, I want all the National Holiday's to have a different background colour. My idea is to have an Object/Array which can be filled with dates, or include a boolean field in the eventObject. Here is the same issue discussed for the original fullCalendar project : https://code.google.com/p/fullcalendar/issues/detail?id=144
I am not a newbie to javascript but I am also not a professional as you guys. I figured out that the background colour can be applied in the updateCells function. My problem is, I am not able to understand how to supply the dates and then check for them in the updateCells function.
I think this will be a really cool feature and lot of people would love to have it. I would be glad to help you in this, but would need some guidance.
Best,
Ankit
The text was updated successfully, but these errors were encountered: