My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
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
Status:  Done
Owner:  ----
Closed:  May 2009


Sign in to add a comment
 
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
Sign in to add a comment

Powered by Google Project Hosting