jQuery UI Widgets Forums Navigation Tree Using Tree as Tab headings

This topic contains 2 replies, has 2 voices, and was last updated by  Kloc 12 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Using Tree as Tab headings #4720

    Kloc
    Member

    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’m developing in ASP MVC 3.

    Thanks!

    Using Tree as Tab headings #4754

    Peter Stoev
    Keymaster

    Hi Kloc,

    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.

    Edit: Additional sample: http://www.jqwidgets.com/tree-navigation-with-splitter

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.