Issue 389: Add Class to Event HREF
Status:  Done
Owner: ----
Closed:  Mar 2010
Reported by jbres...@gmail.com, Mar 12, 2010
Hello,

How can I add a class to an Event link?

<a href="http://www.google.com" class="Add_Class_Here">9a Sample Event
Title</a>
Mar 12, 2010
#1 jbres...@gmail.com
I figured it out, but the link is not functioning like other links with the same
class. Is there a way to hard code the class?

This is how I got it to add the class, ThickBox, but the link isn't acting like a
thickBox link.


eventRender: function(event, element) {
 $j('#calendar a').addClass('thickbox');
},
Mar 12, 2010
#2 jbres...@gmail.com
Even with the class hard coded into the href it is still not working but other
ThickBox links on the page are working. 

Any idea what in the calendar is killing this?
Mar 15, 2010
Project Member #3 adamrs...@gmail.com
will respond to your post on stackoverflow...
http://stackoverflow.com/questions/2449888/fullcalendar-with-thickbox
Status: Done