Joe Barefoot wrote:
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.Hi
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]>
I have added some IFramePortlets on for the default anon user which shows up in my home page.
When i do the same thing for the turbine user those portlets have minimize maximize and customize buttons on the top right hand corner of the portlet but i cant see the same buttons for the anon user's page?
Are there any parametrs i have to specify in somewhere?
thanks
sangam dash
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
