Hello,
I have a PortalLayout with some portlets in it. I want the top portlet to start out as minimized. When I do that, the portlet shows just the header in the minimized state, but has a lot of empty white space underneath it. But if I maximize it, and then minimize it after the Layout is loaded, the whitespace goes away and the layout is how I want it.
Is there some trick to get the whitespace to go away on layout initialization? I tried setting/unsetting the height of portlets but to no avail.
On page load it looks like this:
Toggling the minimize/maximize button and it looks like this:
I have a PortalLayout with some portlets in it. I want the top portlet to start out as minimized. When I do that, the portlet shows just the header in the minimized state, but has a lot of empty white space underneath it. But if I maximize it, and then minimize it after the Layout is loaded, the whitespace goes away and the layout is how I want it.
Is there some trick to get the whitespace to go away on layout initialization? I tried setting/unsetting the height of portlets but to no avail.
On page load it looks like this:
Toggling the minimize/maximize button and it looks like this:
Comment