I’m trying to create a vertical tab type menu that has sub menus. I was wondering if there was a way to have the Tree or Navigation Bar act as a tab layout so when I click on an item in the tree it will display the contents on the right without reloading the page.
It doesn’t have to actually look like a tab. I just need everything on the same page because I will be selecting items on one tab and the other tabs will display content based on that selection.
I suggest you to take a look at this sample: defaultfunctionality.htm.
When a Tree item is clicked, the ListBox is updated. In your scenario, you can use a similar approach and instead of updating the ListBox’s source, you can load some king of content in the right panel depending on the clicked tree item.