From 41da0d7f47dbd58a7aa04a4f059b065309697d61 Mon Sep 17 00:00:00 2001 From: Anne-Gaelle Colom Date: Thu, 15 Dec 2011 09:07:58 +0000 Subject: [PATCH] Update docs/forms/selects/options.html --- docs/forms/selects/options.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/forms/selects/options.html b/docs/forms/selects/options.html index 29e88cf8e23..1d1ec46cb11 100644 --- a/docs/forms/selects/options.html +++ b/docs/forms/selects/options.html @@ -90,6 +90,12 @@

Select menus

$('select').selectmenu({ nativeMenu: "false" });
+
overlayTheme string
+

default: a

+

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: ui-body-d

+
$('select').selectmenu({ overlayTheme: "d" });
+ +
shadow boolean

default: true