simplified language

This commit is contained in:
maggiewachs 2011-09-29 13:04:00 -04:00
parent 5dbc616e37
commit 1fbc401496

View file

@ -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=&quot;star&quot;</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=&quot;star&quot;</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=&quot;false&quot;</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=&quot;false&quot;</code></p>
<pre><code>$('select').selectmenu(<strong>{ shadow: "false" }</strong>);</code></pre>
</dd>