mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-02 11:54:43 +00:00
Update docs/api/data-attributes.html
This commit is contained in:
parent
87e6b4d8d2
commit
6eaa3882f7
1 changed files with 9 additions and 9 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</code> required</p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>data-corners</th>
|
||||
|
|
@ -66,7 +66,7 @@
|
|||
|
||||
|
||||
<h2><a href="../toolbars/docs-footers.html">Checkbox</a></h2>
|
||||
<p>Pairs of labels and inputs with <code>type="checkbox"</code> are auto-enhanced, no <code>data-role required</code></p>
|
||||
<p>Pairs of labels and inputs with <code>type="checkbox"</code> are auto-enhanced, no <code>data-role</code> required</p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>data-role</th>
|
||||
|
|
@ -119,7 +119,7 @@
|
|||
</table>
|
||||
|
||||
|
||||
<h2><a href="../toolbars/docs-footers.html">Fieldcontainer</a></h2>
|
||||
<h2><a href="../forms/docs-forms.html">Fieldcontainer</a></h2>
|
||||
<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>
|
||||
|
|
@ -156,7 +156,7 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<h2><a href="../pages/toolbars/docs-headers.html">Header</a></h2>
|
||||
<h2><a href="../toolbars/docs-headers.html">Header</a></h2>
|
||||
<p>Container with <code>data-role="header"</code></p>
|
||||
<table>
|
||||
<tr>
|
||||
|
|
@ -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</code> required</p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>data-role</th>
|
||||
|
|
@ -312,8 +312,8 @@
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<h2><a href="../forms/slider/">Select</a></h2>
|
||||
<p>All <code>select</code> form elements are auto-enhanced, no <code>data-role required</code></p>
|
||||
<h2><a href="../forms/selects/">Select</a></h2>
|
||||
<p>All <code>select</code> form elements are auto-enhanced, no <code>data-role</code> required</p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>data-icon</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</code> required</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</code> required</p>
|
||||
<table>
|
||||
<tr>
|
||||
<th>data-role</th>
|
||||
|
|
|
|||
Loading…
Reference in a new issue