Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Update docs/forms/selects/options.html #3272

Merged
merged 1 commit into from
Dec 16, 2011
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/forms/selects/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,12 @@ <h2>Select menus</h2>
<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>
Expand Down