Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Tree view in quick launch bar

  Asked By: Madeline Francis         Date: Mar 05, 2008      Category: Sharepoint      Views: 1041
 

I need to have tree view navigation on the left side navigation of the
SharePoint portal. Any pointers on how this can be done?

Tagged:            

 

4 Answers Found

 
Answer #1       Answered By: Darrel Sexton          Answered On: Mar 05, 2008       

Are you using SPS or WSS if you are using wss you can add javascript
menu in your defualt themem template or create a new one and for SPS
you may have to do your own webpart or you can also use javascript but
in that case you will have to go to each subarea and change it using
front page read this article for more
http://heathersolomon.com/blog/articles/3500.aspx

 
Answer #2       Answered By: Tory Sellers          Answered On: Mar 05, 2008       

Have you tried the Microsoft.SharePoint.Menu from GotDotNet:
www.gotdotnet.com/.../Details.aspx\
6b53-416e-8b06-b8ed84827e97

With FrontPage you can replace the existing menu.

 
Answer #3       Answered By: Agustin Miranda          Answered On: Mar 05, 2008       

Well, the quicklaunch menu web part is just consumin a list called Menu that
has to exist in the site where you use the web part. Its tree  structure is
achieved by using a named field in the Menu list, called "Group". I believe it
only allows you to have 2 levels of structure.

 
Answer #4       Answered By: Arron Middleton          Answered On: Mar 05, 2008       

If you want to get the tree  structure on the quick  launch bar, simple
method is customize ur page, page ur Webpart in the place of left
navigation.

Write tree structure logic in ur Webpart.

 
Didn't find what you were looking for? Find more on Tree view in quick launch bar Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].