diff --git a/entries/menu.xml b/entries/menu.xml
index 53de9ef6..f0b47188 100644
--- a/entries/menu.xml
+++ b/entries/menu.xml
@@ -5,23 +5,36 @@
Themeable menu with mouse and keyboard interactions for navigation.
A menu can be created from any valid markup as long as the elements have a strict parent/child relationship. The most commonly used element is the unordered list ( A menu can be created from any valid markup as long as the elements have a strict parent/child relationship. The most commonly used element is the unordered list ( Menu automatically adds the necessary padding to items without icons. Divider elements can be created by including unlinked menu items that contain only spaces and/or dashes: Divider elements can be created by including menu items that contain only spaces and/or dashes:<ul>
):<ul>
). Additionally, the contents of each menu item must be wrapped with a block-level DOM element. In the example below <div>
elements are used as wrappers:
@@ -35,20 +48,26 @@
Dividers
-
@@ -76,7 +95,12 @@
ui-menu-item
: The container for individual menu items.
ui-menu-divider
: Divider elements between menu items.focus
event.
+ Activates the given menu item and triggers the menu's focus
event. Opens the menu item's sub-menu, if one exists.