We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08b0137 commit 87d4963Copy full SHA for 87d4963
entries/menu.xml
@@ -29,6 +29,8 @@
29
30
<p>Any menu item can be disabled by adding the <code>ui-state-disabled</code> class to that element.</p>
31
32
+ <h3 id="icons">Icons</h3>
33
+
34
<p>To add icons to the menu, include them in the markup:</p>
35
36
<pre><code><![CDATA[
@@ -38,6 +40,18 @@
38
40
]]></code></pre>
39
41
<p>Menu automatically adds the necessary padding to items without icons.</p>
42
43
+ <h3 id="dividers">Dividers</h3>
44
45
+ <p>Divider elements can be created by including unlinked menu items that contain only spaces and/or dashes:</p>
46
47
+ <pre><code><![CDATA[
48
+<ul id="menu">
49
+ <li><a href="#">Item 1</a></li>
50
+ <li></li>
51
+ <li><a href="#">Item 2</a></li>
52
+</ul>
53
+]]></code></pre>
54
55
<h3>Keyboard interaction</h3>
56
57
<ul>
0 commit comments