I am using a fullcalender in my portal, and I need to disable a certain cell where it will not be clickable anymore and the user can't create an event in that cell.
Plus I want to color the disabled slot with a unique color.
Please help
|
I am using a fullcalender in my portal, and I need to disable a certain cell where it will not be clickable anymore and the user can't create an event in that cell. Plus I want to color the disabled slot with a unique color. Please help | ||||
|
feedback
|
|
I know how you can get a cell by date and change her color. You should view this: https://github.com/arshaw/fullcalendar/pull/26 All you need to do is search the plugin for this line:
And then, you should insert the line below:
After that, you can get a cell by date, using something similar to this:
And put the color you want on the cell. To disable the cell, maybe you could then do something like this (not tested):
| ||||
|
feedback
|