When a Portlet is maximized, which class or template is responsible for the page rendering? I looked into all the vms related to controllers, and Home.vm and Maximize.java and could not find a clear clue on this. Please help me out.
richard -----Original Message----- From: Liu, Richard Sent: Wednesday, February 11, 2004 11:35 AM To: Jetspeed Users List Subject: RE: IFramePortlet Maximize 100% works for width, not for height. I looked into the generated HTML code. The problem is because in the generated HTML, the height of the IFrame is set correctly; but the height of the parent table of the IFrame is missing, it should be set to be the same as the height of the IFrame (i.e. 100%). I would consider this as a Jetspeed bug. Thanks, Richard -----Original Message----- From: Pernoud Aurelien [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 11, 2004 2:24 AM To: Jetspeed Users List Subject: RE: IFramePortlet Maximize If using IframePortlet you can still fix width to 100% instead of pixels Liu, Richard a �crit : > It seems the maximization of IFramePortlet does not work because the > IFrame size is fixed. The border of the portlet does maximize, but the > content inside the IFrame is still the same size. Any idea on how to > make it work? > > Thanks, > Richard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
