Issue 1444: calendar inside jquery ui-tab
Status:  Done
Owner: ----
Closed:  Aug 2013
Reported by nivma...@gmail.com, Jun 19, 2012
does not render well

Aug 6, 2012
#1 a...@poulpe.com.br
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?
Mar 23, 2013
#3 javier.u...@gmail.com
Maybe a duplicate of  Bug #1190  ?

I've added a comment with a possible solution.
Aug 18, 2013
Project Member #4 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Done