We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9768c6 commit 886021aCopy full SHA for 886021a
entries/menu.xml
@@ -29,6 +29,15 @@
29
30
<p>Any menu item can be disabled by adding the <code>ui-state-disabled</code> class to that element.</p>
31
32
+ <p>To add icons to the menu, include them in the markup:</p>
33
+
34
+ <pre><![CDATA[
35
+<ul id="menu">
36
+ <li><a href="#"><span class="ui-icon ui-icon-disk"></span>Save</a></li>
37
+</ul>
38
+]]></pre>
39
+ <p>Menu automatically adds the necessary padding to items without icons.</p>
40
41
<h3>Keyboard interaction</h3>
42
43
<ul>
0 commit comments