A menu control simulates the nested menu behavior of context menus in the operating system.

Accessible Menus

Bootstrap Syntax

<a href="#"
class="accMenu"
data-src="path/file.html#topLevelMenuID"
> ... </a>

Or

<a href="#"
class="accMenu"
data-internal="menusContainerElementID"
data-src="topLevelMenuID"
> ... </a>

Attributes