Hi, When you click the maximize image surely maximize.class file will be executed.For eg. consider restore there is a Restore.java when you go thro' the code if portlet is minimized then in Restore.java they will set Minimized as false.so that when it comes to jetspeed.vm if portlet is not in minimized state then u will see the content otherwise u can't see the content. Eg. #if(!$portlet.isMinimized())
-----Original Message----- From: Liu, Richard [mailto:[EMAIL PROTECTED] Sent: Friday, February 13, 2004 11:22 PM To: Jetspeed Users List Subject: RE: IFramePortlet Maximize 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
