Skip to content

Commit 34c53b5

Browse files
committed
Merge pull request jquery-archive#3272 from agcolom/patch-48
Update docs/forms/selects/options.html. Fixes jquery-archive#3256
2 parents de0573e + 41da0d7 commit 34c53b5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/forms/selects/options.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,12 @@ <h2>Select menus</h2>
9090
<pre><code>$('select').selectmenu(<strong>{ nativeMenu: "false" }</strong>);</code></pre>
9191
</dd>
9292

93+
<dt><code>overlayTheme</code> <em>string</em></dt>
94+
<p class="default">default: a</p>
95+
<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>
96+
<pre><code>$('select').selectmenu(<strong>{ overlayTheme: "d" }</strong>);</code></pre>
97+
</dd>
98+
9399
<dt><code>shadow</code> <em>boolean</em></dt>
94100
<dd>
95101
<p class="default">default: true</p>

0 commit comments

Comments
 (0)