mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-23 01:10:25 +00:00
commit
f7bb876c3c
1 changed files with 10 additions and 10 deletions
|
|
@ -31,7 +31,7 @@
|
|||
</style>
|
||||
|
||||
<h2><a href="../buttons/buttons-types.html">Button</a></h2>
|
||||
<p>Links with <code>data-role="button"</code>. Input-based buttons and button elements are auto-enhanced, no <code>data-role required</code>.</p>
|
||||
<p>Links with <code>data-role="button"</code>. Input-based buttons and button elements are auto-enhanced, no <code>data-role required</code></p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>data-corners</th>
|
||||
|
|
@ -79,7 +79,7 @@
|
|||
</table>
|
||||
|
||||
<h2><a href="../content/content-collapsible.html">Collapsible</a></h2>
|
||||
<p>A heading and content wrapped in a container with the <code>data-role="collapsible"</code>.</p>
|
||||
<p>A heading and content wrapped in a container with the <code>data-role="collapsible"</code></p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>data-collapsed</th>
|
||||
|
|
@ -96,7 +96,7 @@
|
|||
</table>
|
||||
|
||||
<h2><a href="../content/content-collapsible-set.html">Collapsible set</a></h2>
|
||||
<p>A number of collapsibles wrapped in a container with the <code>data-role="collapsible-set"</code>.</p>
|
||||
<p>A number of collapsibles wrapped in a container with the <code>data-role="collapsible-set"</code></p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>data-content-theme</th>
|
||||
|
|
@ -120,7 +120,7 @@
|
|||
|
||||
|
||||
<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>
|
||||
<p>Container with <code>data-role="fieldcontain"</code> wrapped around label/form element pair</p>
|
||||
|
||||
<h2><a href="../forms/switch/">Flip toggle switch</a></h2>
|
||||
<p>Select with <code>data-role="slider"</code>, two options only</p>
|
||||
|
|
@ -186,7 +186,7 @@
|
|||
</table>
|
||||
|
||||
<h2><a href="../pages/page-links.html">Link</a></h2>
|
||||
<p>Links, including those with a <code>data-role="button"</code>, and form submit buttons share these attributes.</code></p>
|
||||
<p>Links, including those with a <code>data-role="button"</code>, and form submit buttons share these attributes</p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>data-ajax</th>
|
||||
|
|
@ -217,7 +217,7 @@
|
|||
</table>
|
||||
|
||||
<h2><a href="../lists/docs-lists.html">Listview</a></h2>
|
||||
<p>OL or UL with <code>data-role="listview"</code>.</p>
|
||||
<p>OL or UL with <code>data-role="listview"</code></p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>data-count-theme</th>
|
||||
|
|
@ -254,7 +254,7 @@
|
|||
</table>
|
||||
|
||||
<h2><a href="../lists/docs-lists.html">Listview item</a></h2>
|
||||
<p>LI within a listview.</p>
|
||||
<p>LI within a listview</p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>data-icon</th>
|
||||
|
|
@ -300,7 +300,7 @@
|
|||
</table>
|
||||
|
||||
<h2><a href="../forms/radiobuttons/">Radio button</a></h2>
|
||||
<p>Pairs of labels and inputs with <code>type="radio"</code> are auto-enhanced, no <code>data-role required</code>.</p>
|
||||
<p>Pairs of labels and inputs with <code>type="radio"</code> are auto-enhanced, no <code>data-role required</code></p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>data-role</th>
|
||||
|
|
@ -347,7 +347,7 @@
|
|||
<p>Multiple selects can be wrapped in a fieldset with a <code>data-role="controlgroup"</code> attribute for a vertically grouped set. Add the <code>data-type="horizontal"</code> attribute for the selects to sit side-by-side.</p>
|
||||
|
||||
<h2><a href="../forms/slider/">Slider</a></h2>
|
||||
<p>Inputs with <code>type="range"</code> are auto-enhanced, no <code>data-role required</code>.</p>
|
||||
<p>Inputs with <code>type="range"</code> are auto-enhanced, no <code>data-role required</code></p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>data-role</th>
|
||||
|
|
@ -364,7 +364,7 @@
|
|||
</table>
|
||||
|
||||
<h2><a href="../forms/textinputs/">Text input & Textarea</a></h2>
|
||||
<p>Input <code>type="text|number|search|etc."</code> or <code>textarea</code> elements are auto-enhanced, no <code>data-role required</code>.</p>
|
||||
<p>Input <code>type="text|number|search|etc."</code> or <code>textarea</code> elements are auto-enhanced, no <code>data-role required</code></p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>data-role</th>
|
||||
|
|
|
|||
Loading…
Reference in a new issue