I haven't tried any such thing. Probably, what you could try is to have two panes on the page in a single column format so that they have 100% width and are one below the other. In the first pane define the controller type as 'ThreeColumns' and in the second pane define the controller type as 'SingleColumn'. I think this should work.
Bye, Gautam _________________________________________________________________ --- Deep Narain Singh <[EMAIL PROTECTED]> wrote: > Thanks Gautam, > What happens, if I need to show a certain portlet say a search > portlet in > the bottom last complete row, whereas at top of page I have > three columns ! > What should I give the property value? > Regards > Deep > > > -----Original Message----- > From: Gautam Aggarwal [SMTP:[EMAIL PROTECTED]] > Sent: Friday, June 28, 2002 6:14 PM > To: [EMAIL PROTECTED] > Subject: RE: add portlet at the front page /jetspeed/index.jsp > > To do this, you need to modify the file : > '\WEB-INF\psml\anon\html\en\default.psml' presuming that your > browser language is set to en-English. > > All you need to do is to change the Controller name from > 'RowController' to 'ThreeColumns' which by default gives you a > three column layout - 25%,50%,25%. > > Moreover, to control where individual portlets appear on the > screen, you'll have to make portlet entries like this : > > <portlets> > <entry parent="Portlet 1"/> > <layout> > <property name="row" value="0"/> > <property name="column" value="1"/> > </layout> > </portlets> > <portlets> > <entry parent="Portlet 2"/> > <layout> > <property name="row" value="2"/> > <property name="column" value="2"/> > </layout> > </portlets> > .. > .. > .. and so on. > > Remember the columns are numbered 0,1,2 and the rows in > respective columns start with 0. > > This answers your first question. I could not understand your > second question. If you can rephrase it, then probably I can > help you. > > Bye, > Gautam > _________________________________________________________________ > > --- Deep Narain Singh <[EMAIL PROTECTED]> wrote: > > Thanks Gautam, > > please help me to answer my following queries: > > 1) How can we customise the number of columns of portlet in > > the front page? > > 2) How should direct one portlet to another portlet which > will > > show to > > another page? I am bit confused, as I want to show left.vm & > > top.vm also > > when next porlet appears to another page. > > I shall be highly obliged for your kind response. > > Regards > > Deep > > > > > > > > -----Original Message----- > > From: Gautam Aggarwal [SMTP:[EMAIL PROTECTED]] > > Sent: Friday, June 28, 2002 11:23 AM > > To: Jetspeed Users List; [EMAIL PROTECTED] > > Subject: Re: add portlet at the front page > /jetspeed/index.jsp > > > > Hi, > > > > Follow this : > > > > 1. Add an entry for the required portlet in > > '\web-inf\conf\local-portlets.xreg' registry. > > > > 2. Add an entry referring to this portlet in the file > > '\web-inf\psml\anon\html\en\default.psml'. Here you can > > specify > > the location of the required portlet with a row and a > column. > > I'm assuming that the language setting in yor browser is > > en-English. > > > > Bye, > > Gautam > > > _________________________________________________________________ > > > > --- Deep Narain Singh <[EMAIL PROTECTED]> wrote: > > > Hi > > > Can anyone please let me know step by step procedure if I > > want > > > to add the new portlet at the front page? > > > Though I have been able to add in the Customisation pane, > > but > > > don't know how to do in the front page. > > > I shall be highly obliged for your kind response. > > > Regards > > > Deep > > > > > > > > > > > > -- > > > To unsubscribe, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > > > <mailto:[EMAIL PROTECTED]> > > > > > > > > > __________________________________________________ > > Do You Yahoo!? > > Yahoo! - Official partner of 2002 FIFA World Cup > > http://fifaworldcup.yahoo.com > > > > > __________________________________________________ > Do You Yahoo!? > Yahoo! - Official partner of 2002 FIFA World Cup > http://fifaworldcup.yahoo.com > __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
