My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 596: More className doesn't seems to work
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Aug 2010


Sign in to add a comment
 
Reported by m.me...@gmail.com, Aug 10, 2010
I try to use more className at the json object:

<code>
[
	{"id":1,"title":"foo","start":"2010-07-31 09:00:00.0","end":"2010-07-31 10:00:00.0","allDay": false, "className": "calendarEventRed"},
	{"id":2,"title":"foo","start":"2010-07-31 10:00:00.0","end":"2010-07-31 11:00:00.0","allDay": false, "className": "calendarEventRed"},
	{"id":3,"title":"foo","start":"2010-09-12 09:00:00.0","end":"2010-09-12 10:00:00.0","allDay": false, "className": "calendarEventOrange"},
	{"id":4,"title":"foo","start":"2010-09-12 10:00:00.0","end":"2010-09-12 11:00:00.0","allDay": false, "className": "calendarEventOrange"}
]
</code>

but the events are all calendarEventRed...

<code>
<div class="fc-event fc-event-vert fc-corner-top fc-corner-bottom calendarEventRed" style="position: absolute; z-index: 8; top: 377px; left: 511px; width: 52px; height: 40px;">
</div>
<div class="fc-event fc-event-vert fc-corner-top fc-corner-bottom calendarEventRed" style="position: absolute; z-index: 8; top: 419px; left: 511px; width: 52px; height: 40px;">
</div>
<div class="fc-event fc-event-vert fc-corner-top fc-corner-bottom calendarEventRed"  style="position: absolute; z-index: 8; top: 377px; left: 544px; width: 31px; height: 40px;">
</div>
<div class="fc-event fc-event-vert fc-corner-top fc-corner-bottom calendarEventRed" style="position: absolute; z-index: 8; top: 419px; left: 544px; width: 31px; height: 40px;">
</div>
</code>


Is this a bug or is there a workaround?


Aug 10, 2010
#1 m.me...@gmail.com
never mind this issue.

It was my fault not using 'removeEvents'

very stupid
Aug 25, 2010
Project Member #2 adamrs...@gmail.com
glad you got it to work
Status: Done
Sign in to add a comment

Powered by Google Project Hosting