| Issue 8: | Patch to add event id to each event table | |
| 1 person starred this issue and may be notified of changes. | Back to list |
This adds "event_<id>" as an id for each event on the calendar.
May 8, 2009
Fantastic! Please ignore then!
May 10, 2009
(No comment was entered for this change.)
Status:
Done
|
|
| ► Sign in to add a comment |
hey nathan, thanks for submitting this, however, there is a way to do this as an option instead of changing the core of fullcalendar. use the 'eventRender' option. here it is: eventRender: function(event, element) { element.attr('id', 'event_' + event.id); }