mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-26 09:04:43 +00:00
added navbar
This commit is contained in:
parent
f57072fa7b
commit
80737f333a
1 changed files with 16 additions and 1 deletions
|
|
@ -295,7 +295,22 @@
|
|||
<td>swatch letter (a-z) - can also be set on individual LIs</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2><a href="../toolbars/docs-navbar.html">Navbar</a></h2>
|
||||
<p>A number of LIs wrapped in a container with <code>data-role="navbar"</code></p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>data-icon</th>
|
||||
<td>home | delete | plus | arrow-u | arrow-d | check | gear | grid | star | custom | arrow-r | arrow-l | minus | refresh | forward | back | alert | info | search</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>data-iconpos</th>
|
||||
<td><strong>left</strong> | right | top | bottom | notext</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>data-theme</th>
|
||||
<td>swatch letter (a-z) - can also be set on individual LIs</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h2><a href="../pages/page-anatomy.html">Page</a></h2>
|
||||
<p>Container with <code>data-role="page"</code></p>
|
||||
<table>
|
||||
|
|
|
|||
Loading…
Reference in a new issue