mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-11 16:13:11 +00:00
Fixed my poor alphabetical attempt. Footer is after fieldset. Done.
This commit is contained in:
parent
ae27590d18
commit
3133b36b37
1 changed files with 16 additions and 17 deletions
|
|
@ -118,23 +118,6 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<h2><a href="../toolbars/docs-footers.html">Footer</a></h2>
|
||||
<p>Container with <code>data-role="footer"</code></p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>data-id</th>
|
||||
<td>string (unique id, useful in persistent footers)<td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>data-position</th>
|
||||
<td>fixed<td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>data-theme</th>
|
||||
<td>swatch letter (a-z)<td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2><a href="../toolbars/docs-footers.html">Fieldcontainer</a></h2>
|
||||
<p>Container with <code>data-role="fieldcontain"</code> wrapped around label/form element pair.</p>
|
||||
|
|
@ -156,6 +139,22 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<h2><a href="../toolbars/docs-footers.html">Footer</a></h2>
|
||||
<p>Container with <code>data-role="footer"</code></p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>data-id</th>
|
||||
<td>string (unique id, useful in persistent footers)<td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>data-position</th>
|
||||
<td>fixed<td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>data-theme</th>
|
||||
<td>swatch letter (a-z)<td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h2><a href="../pages/toolbars/docs-headers.html">Header</a></h2>
|
||||
<p>Container with <code>data-role="header"</code></p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue