There are extra parameters for this, that you include in the registry entry for your
portlet. Note that the html <iframe> tag which is generated accepts percentage (of
the available area) values for the width, but not for the height. The height must be
specifed in pixel values or omitted entirely. I'm not sure what the default height is
if it is omitted as a parameter.
FYI, a height of 500 is about half the screen on most screen resolutions.
<parameter name="width" value="500"/>
<parameter name="width" value="100%"/>
<parameter name="height" value="500"/>
<parameter name="scrolling" value="no"/>
<parameter name="scrolling" value="yes"/>
<!-- probably want auto usually (that is the default if not specified) -->
<parameter name="scrolling" value="auto"/>
<!-- Don't display a border around the iframe -->
<parameter name="frameborder" value="0"/>
<!-- Display a border -->
<parameter name="frameborder" value="1"/>
> -----Original Message-----
> From: Sangam Dash [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, December 05, 2002 3:39 PM
> To: jetspeed-user-digest-help; Jetspeed Users List; jetspeed-dev-help
> Subject: Maximize IFramePortlet
>
>
> Hi
>
> Is there anyway that i can maximize the IFramePortlets for
> the anon user
> as we can do for the turbine user?
>
> Please tell me how to that?
>
> I am also confused with the rss files.
> What are those files and why they are used?
>
> THanks for the help i have started on jetspeed last month and
> has made a
> lot of progress till now so happy with this user group thanks for
> everything.
>
> Sangam Dash
>
>
>
> --
> To unsubscribe, e-mail:
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>