mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-20 20:31:52 +00:00
added exampels for all the new icons
This commit is contained in:
parent
fe91c8dcc5
commit
50420aa763
1 changed files with 19 additions and 1 deletions
|
|
@ -49,7 +49,25 @@
|
|||
<a href="index.html" data-role="button" data-icon="plus">My button</a>
|
||||
<p><strong>Minus</strong> - data-icon="minus"</p>
|
||||
<a href="index.html" data-role="button" data-icon="minus">My button</a>
|
||||
|
||||
<p><strong>Check</strong> - data-icon="check"</p>
|
||||
<a href="index.html" data-role="button" data-icon="check">My button</a>
|
||||
<p><strong>Gear</strong> - data-icon="gear"</p>
|
||||
<a href="index.html" data-role="button" data-icon="gear">My button</a>
|
||||
<p><strong>Refresh</strong> - data-icon="refresh"</p>
|
||||
<a href="index.html" data-role="button" data-icon="refresh">My button</a>
|
||||
<p><strong>Forward</strong> - data-icon="forward"</p>
|
||||
<a href="index.html" data-role="button" data-icon="forward">My button</a>
|
||||
<p><strong>Back</strong> - data-icon="back"</p>
|
||||
<a href="index.html" data-role="button" data-icon="back">My button</a>
|
||||
<p><strong>Grid</strong> - data-icon="grid"</p>
|
||||
<a href="index.html" data-role="button" data-icon="grid">My button</a>
|
||||
<p><strong>Star</strong> - data-icon="star"</p>
|
||||
<a href="index.html" data-role="button" data-icon="star">My button</a>
|
||||
<p><strong>Alert</strong> - data-icon="alert"</p>
|
||||
<a href="index.html" data-role="button" data-icon="alert">My button</a>
|
||||
<p><strong>Info</strong> - data-icon="info"</p>
|
||||
<a href="index.html" data-role="button" data-icon="info">My button</a>
|
||||
|
||||
|
||||
<code>
|
||||
<a href="index.html" data-role="button" <strong>data-icon="delete"</strong>>Delete</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue