Issue 1239: help Using eventSources Classname
Status:  WontFix
Owner: ----
Closed:  Aug 2013
Reported by amilcarj...@gmail.com, Jan 6, 2012
Hello!

By the way, great work Adam Shaw(and thank U very much for sharing);

My Question:

I'm using eventsources className ("Sets every Event Object's className for this source"):

eventSources: [{
                url: feedurl,
                classname: "custom1"
	 },
            {
				url: feedurl2,
				
				classname: "custom2"
			}, 


Then, in a css file I use (for example:

 .custom{ color: #fff;  
	position: relative;
	width: 100%;
	height: 100%;
	border-style: solid;
} 
and same for .custom2.

But it changes nothing.
Can anybody say what I'm doing wrong?

Thanxs, 

Jan 26, 2012
#1 xkeshav
keep N capital

className : 'watever',

see the documentatation : http://arshaw.com/fullcalendar/docs/event_data/Event_Source_Object/
Jan 26, 2012
#2 JLLabs....@gmail.com
if the "N" does not work try removing/commenting out "background-color: #36c" from ".fc-event-skin" in the fullCalendar.css file...  Bit of a hack but worked for me.
Jan 26, 2012
#3 amilcarj...@gmail.com
Thank U. Indeed, that was the problem.
I was using classname, but the right way is className.
Thanks for the help
Aug 14, 2013
Project Member #4 adamrs...@gmail.com
(No comment was entered for this change.)
Status: WontFix