Thanks alot for the suggestions. I managed to implement it by extending the VelocityPortletSetControl (the one that is responsible for MenuControl and TabControl). I made it include the submenus in the "tabs" collection. ----- Original Message ----- From: "Christophe Lombart" <[EMAIL PROTECTED]> To: "Jetspeed Users List" <[EMAIL PROTECTED]> Sent: Monday, June 02, 2003 11:15 PM Subject: Re: Menus and submenus
> If I forget nothing, you need to write a new controller class, an action > class, declare it in controller.xreg and certainly write a new template > for this controller with a lot of javascript. Than, you can use it in > your own PSML file. > Maybe, you can check in the controller.xreg some samples (eg. > TabController and MenuController). > > Christophe > > Jana Parvanova wrote: > > >Hi, > > > >I would like to have a left navigation menu with submenus. When I add a MenuControl under MenuControl, the submenus are shown on the right. Can someone give me some hints what things I should overwrite in order to be able to draw the whole menu on the left? > > > >I need something like: > > > >Menu1 > >Menu2 > > Submenu21 > > Submenu22 > >Menu3 > > > >Any help is appreciated. > > > >Jana Parvanova > >Sirma Solutions (www.sirmasolutions.com) > > > > > > > > > > --------------------------------------------------------------------- > 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]
