Quantcast
Channel: OutSystems Community
Viewing all articles
Browse latest Browse all 1476385

[Forums] Vertical Sizing

$
0
0
OK, I get it now.
So I did two fixes on your code.
  1. Included the GeneralDisplayJSON string without these parameters:
                height: 'auto',
                contentHeight:'auto',
                aspectRatio:'1.35',
  2. 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

Viewing all articles
Browse latest Browse all 1476385

Trending Articles