| Issue 1444: | calendar inside jquery ui-tab | |
| 1 person starred this issue and may be notified of changes. | Back to list |
does not render well
Aug 6, 2012
The solution: http://arshaw.com/fullcalendar/docs/display/render/
Mar 23, 2013
Maybe a duplicate of Bug #1190 ? I've added a comment with a possible solution.
Aug 18, 2013
(No comment was entered for this change.)
Status:
Done
|
|
| ► Sign in to add a comment |
Me too!! It's showing the header only. But when I click 'today' it loads. I tried to use the following code, but the 'today' function don't work. jQuery("#tabs").tabs({ select: function(event, ui) { if (ui.panel.id == 'tabCalendar') { jQuery('#calendar').fullCalendar('today'); } } }); Someone can help?