Portal Engine Questions on portal engine and web parts.
Version 4.x > Portal Engine > Horizontal site map View modes: 
User avatar
Member
Member
salichos-ibc.com - 5/8/2009 7:29:50 AM
   
Horizontal site map
Hi,

Any ideas on how to implement a horizontal menu with all submenus (1st level) is constantly visible?

Example:

MenuA MenuB MenuC
SubA1 SubB1 SubC1
SubA2 SubB2
SubB3

Actualy my business need is a quick link table at the bottom of the master page!

Thanks,

John

User avatar
Member
Member
ctaleck IPAGlobal - 5/8/2009 10:15:51 AM
   
RE:Horizontal site map
I would suggest using the "CSS list menu" under Web Parts > Navigation. Then using CSS you can show and/or hide which ever levels you needed.

User avatar
Kentico Developer
Kentico Developer
kentico_martind - 5/18/2009 6:10:35 AM
   
RE:Horizontal site map
Hi John,

you could also use nested repeater to ensure this functionality. You could set 'outer' repeater to process first level documents while nested repeater would generate links to this document and all documents beyond.

Best Regards,

Martin Dobsicek

User avatar
Member
Member
salichos-ibc.com - 5/18/2009 6:27:03 AM
   
RE:Horizontal site map
Hi martind,

I just did that and it works like a charm!


Thanks,

John