Atleast I was unaware of this feature. I dont remember seeing this anywhere in the documentations on the main website.

I think I created a whole new layout for this !!

Also one thing that I had to sort of "hunt" and find was nesting layouts. That feature is really very powerful and handy in creating complicated layouts. For example, we can have one row with 2 columns, second row with 3 columns and then fourth row with 2 columns etc. etc. If there were an example like that shipped somewhere with jetspeed, I think that could help someone ...

Thanks,
Amit

----Original Message Follows----
From: David Sean Taylor <[EMAIL PROTECTED]>
Reply-To: "Jetspeed Users List" <[email protected]>
To: Jetspeed Users List <[email protected]>
Subject: Re: Layout Portlets
Date: Wed, 30 Nov 2005 09:12:20 -0800

Aaron Evans wrote:
I wanted to add another portlet configuration for the MultiColumnPortlet
(VelocityTwoColumns) with column widths of 75%,25%.

So I figured, I just add the portlet definition to the portlet.xml file in
the DEPLOYED jetspeed webapp and restart tomcat.

You have to redeploy the app.
Just drop the jetspeed-layouts into the deploy directory

Or, you can simply change the fragment parameters on your PSML page, and not even touch the layout portlet. In the PSML file:

  <fragment id="9320" type="layout"
    name="jetspeed-layouts::VelocityTwoColumns">
    <property layout="TwoColumns" name="sizes" value="75%,25%" />
or in pixels for ex
    <property layout="TwoColumns" name="sizes" value="475,225" />

Does anyone know if this feature is documented?

---------------------------------------------------------------------
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]

Reply via email to