You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by klm <bo...@gmail.com> on 2005/06/29 13:50:00 UTC

jetspeed 2 interface

Hello,

I have a few question about customizing jetspeed interface,
First, i m trying to make my own interface and I have some question :
I have two menu bar, first one how list the root folder (/pages) and
second one how list the folders in the parentfolder (the folder selected
in the main menu).
#includeTabsNavigation($site.siblingFolders $LEFT_TO_RIGHT)
How can I say to list only the root directory (pages/) ?
How can I say to list only the parent folders and not the current folder
for my second menu (pages/OneButtonOfMyMainMenu/)?
(i hope you see what i mean)
Second, I have a Left menu who list any .psml in my selected folder
How can I say to dont create this menu if i have only one .psml in the
folder. Something like 
#if(( $site.documentSetName() && $site.documentSetName.isEmpty()) > 1)
Then, I m using jetspeed2 M2, should I move to M3? :)
  thanks for help!

Re: jetspeed 2 interface

Posted by Randy Watler <wa...@wispertel.net>.
KLM:

What you are asking for is typical. Most people write their own 
decorators to accomplish these goals... you are looking in the right 
place, so experiment with your own decorators. If get stuck, feel free 
to ask for help here.

There will be better support for declarative menus in M4.

 From a support perspective, M3 is preferred over M2. See the release notes.

Randy

klm wrote:

>Hello,
>
>I have a few question about customizing jetspeed interface,
>First, i m trying to make my own interface and I have some question :
>I have two menu bar, first one how list the root folder (/pages) and
>second one how list the folders in the parentfolder (the folder selected
>in the main menu).
>#includeTabsNavigation($site.siblingFolders $LEFT_TO_RIGHT)
>How can I say to list only the root directory (pages/) ?
>How can I say to list only the parent folders and not the current folder
>for my second menu (pages/OneButtonOfMyMainMenu/)?
>(i hope you see what i mean)
>Second, I have a Left menu who list any .psml in my selected folder
>How can I say to dont create this menu if i have only one .psml in the
>folder. Something like 
>#if(( $site.documentSetName() && $site.documentSetName.isEmpty()) > 1)
>Then, I m using jetspeed2 M2, should I move to M3? :)
>  thanks for help!
>
>  
>



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-user-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-user-help@portals.apache.org