Prashant wrote:
Hello ,

thanks for your reply.


Could you explain what "displayed with their positions altered" means?
Jetspeed allows you to alter the position (location) of a portlet on a
page:

a) programmatically, with the Jetspeed API
b) interactively, with the customizer


I mean to say how i can alter the position of the the portlet in a psml.
Can you guide me about the customizer and which Jetspeed apis i can use
to achieve this .

thanks and regards
prashant

The Page Manager stores the positional information as to where a portlet is stored on a page. Portlets are represented on a page as a "portlet fragment". See the Page Manager PSML docs here for starters:

http://portals.apache.org/jetspeed-2/guides/guide-psml.html

For coding examples, take a look at the customizer code (MultiColumnPortlet.java, ColumnLayout.java) or ajax code (org.apache.jetspeed.layout.impl.*) for examples of Page Manager operations such as moving portlets, deleting portlets, or adding portlets

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to