| Issue 489: | About click the event | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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!
Jul 5, 2010
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
|
|
| ► Sign in to add a comment |
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