| Issue 858: | How to change the class once the event has been created. | |
| 1 person starred this issue and may be notified of changes. | Back to list |
I want to be able to set and reset the color of an event after its been created. Given that a class can be assigned at creation of an event. Is there a way to change the class once the event has been created?
Mar 21, 2011
Project Member
#1
althaus.it
Status:
Discussing
Mar 21, 2011
If the class is changed and then the view is changed (Month -> Week -> Month) the class will be the "new" class and not the one it was created with. I believe that jQuery will change only what is displayed and not what is stored within the full calendar. Or maybe I am looking at the call incorrectly.
Mar 24, 2011
if you are using the new color properties (http://arshaw.com/fullcalendar/docs/event_rendering/Colors/) of event objects, you can use the updateEvent method (http://arshaw.com/fullcalendar/docs/event_data/updateEvent/) to change the color or whatever
Status:
Done
|
|
| ► Sign in to add a comment |