mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-27 09:24:46 +00:00
simplified language
This commit is contained in:
parent
5dbc616e37
commit
1fbc401496
1 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@
|
|||
<dt><code>icon</code> <em>string</em></dt>
|
||||
<dd>
|
||||
<p class="default">default: "arrow-down"</p>
|
||||
<p>Sets the icon for the select element from the <a href="../../buttons/buttons-icons.html">icon set</a>. This option is also exposed as a data attribute: <code>data-icon="star"</code></p>
|
||||
<p>Applies an icon from the <a href="../../buttons/buttons-icons.html">icon set</a> to the custom button. This option is also exposed as a data attribute: <code>data-icon="star"</code></p>
|
||||
<pre><code>$('select').selectmenu(<strong>{ icon: "star" }</strong>);</code></pre>
|
||||
</dd>
|
||||
|
||||
|
|
@ -93,7 +93,7 @@
|
|||
<dt><code>shadow</code> <em>boolean</em></dt>
|
||||
<dd>
|
||||
<p class="default">default: true</p>
|
||||
<p>Applies the drop shadow class to add the theme shadow style to the select button if set to true. This option is also exposed as a data attribute: <code>data-shadow="false"</code></p>
|
||||
<p>Applies the drop shadow style to the select button if set to true. This option is also exposed as a data attribute: <code>data-shadow="false"</code></p>
|
||||
<pre><code>$('select').selectmenu(<strong>{ shadow: "false" }</strong>);</code></pre>
|
||||
</dd>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue