mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-13 09:03:10 +00:00
Revert "Update docs/forms/selects/options.html"
This reverts commit 6c1db9d63f.
This commit is contained in:
parent
1c5567c6e6
commit
51e3199700
1 changed files with 0 additions and 6 deletions
|
|
@ -90,12 +90,6 @@
|
|||
<pre><code>$('select').selectmenu(<strong>{ nativeMenu: "false" }</strong>);</code></pre>
|
||||
</dd>
|
||||
|
||||
<dt><code>overlayTheme</code> <em>string</em></dt>
|
||||
<p class="default">default: a</p>
|
||||
<p>Sets the color of the overlay layer for the dialog-based custom select menus and the outer border of the smaller custom menus. It accepts a single letter from a-z that maps to the swatches included in your theme. By default, the content block colors for swatch A will be used for the overlays. This option is also exposed as a data attribute: <code>ui-body-d</code></p>
|
||||
<pre><code>$('select').selectmenu(<strong>{ overlayTheme: "d" }</strong>);</code></pre>
|
||||
</dd>
|
||||
|
||||
<dt><code>shadow</code> <em>boolean</em></dt>
|
||||
<dd>
|
||||
<p class="default">default: true</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue