Issue 489: About click the event
Status:  Done
Owner: ----
Closed:  Jul 2010
Reported by csurong1...@gmail.com, May 17, 2010
It's the month agenda, when I click the day, the event box show. Then I
click the week, it goto the week agenda. However, the event box don't
disappear. How can it disappear?

Thanks very much!
calendar.JPG
103 KB   View   Download
May 17, 2010
#1 jdwi...@gmail.com
viewDisplay: function(view)  {$('#dialog').dialog('close'); },
eventDragStart: function( calEvent, jsEvent, ui, view ) {$('#dialog').dialog('close'); },
eventResizeStart: function( calEvent, jsEvent, ui, view )
{$('#dialog').dialog('close'); },

like this
Jul 5, 2010
Project Member #2 adamrs...@gmail.com
fullcalendar doesn't have this dialog-box feature yet. you or someone else must have implemented it, and i cannot support it. hope you understand
Status: Done