| Issue 1239: | help Using eventSources Classname | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Jan 26, 2012
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
Thank U. Indeed, that was the problem. I was using classname, but the right way is className. Thanks for the help
Aug 14, 2013
(No comment was entered for this change.)
Status:
WontFix
|
|
| ► Sign in to add a comment |