My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 389: Add Class to Event HREF
  Back to list
Status:  Done
Owner:  ----
Closed:  Mar 2010


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

Powered by Google Project Hosting