Issue 8: Patch to add event id to each event table
Status:  Done
Owner: ----
Closed:  May 2009
Reported by and...@gmail.com, May 7, 2009
This adds "event_<id>" as an id for each event on the calendar.
patch.txt
607 bytes   View   Download
May 7, 2009
Project Member #1 adamrs...@gmail.com
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);
}
Labels: -Type-Defect -Priority-Medium Type-Other Priority-Low
May 8, 2009
#2 and...@gmail.com
Fantastic!  Please ignore then!
May 10, 2009
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Done