Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

feature request: ad submenu for data-role="navbar" #1582

Closed
@Sumeruter

Description

@Sumeruter

It would be cool if there was the option to define sub menu items for the navbar as tree of ul-li-ul-li. The sub menu could be displayed like a menu on an iphone.

<ul data-role="navbar">
<li><a>Cat 1</a> 
<ul> 
<li><a href="/cat1/sub1">Sub 1</a></li> 
<li><a href="/cat1/sub2">Sub 2</a></li> 
</ul> 
</li> 
<li class="active"><a href="/cat2">Cat 2</a> 
<ul> 
<li><a href="/cat2/sub1">Sub 1</a></li> 
<li><a href="/cat2/sub2">Sub 2</a></li> 
</ul> 
</li> 
</ul>

http://www.webdesignerwall.com/demo/css3-dropdown-menu/css-gradient-dropdown.html gives a good idea of this

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions