Emandi, Srinivasrao wrote:
> Hi all
> Can we specify width and height for a portlet, if so where can we do this.
>
You can set the width of your columns in a fragment:
<property layout="TwoColumns" name="sizes" value="475,225" />
This can also be a percentage
For a portlet, IFrame preferences sizes are supported:
<preference>
<name>HEIGHT</name>
<value>650</value>
</preference>
<preference>
<name>WIDTH</name>
<value>100%</value>
</preference>
<preference>
<name>SCROLLING</name>
<value>TRUE</value>
</preference>
---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org
|