OK, I get it now.
So I did two fixes on your code.
Check the fix in attachment.
Kind Regards,
João Grazina
So I did two fixes on your code.
-
Included the GeneralDisplayJSON string without these parameters:height: 'auto',contentHeight:'auto',aspectRatio:'1.35',
-
Added a .CalendarPlaceholder on the selector. This is necessary because the widget itself is not where the calendar is rendered, but on an internal container with that class. So it goes something like this:
" $('#RichWidgets_wt1_block_wtMainContent_FullCalendar_wtMyCalendar_block .CalendarPlaceHolder').fullCalendar('option', 'height', 20000);"
Check the fix in attachment.
Kind Regards,
João Grazina