aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJörn Zaefferer <joern.zaefferer@gmail.com>2014-05-07 08:25:44 +0200
committerJörn Zaefferer <joern.zaefferer@gmail.com>2014-05-12 21:52:46 +0200
commit56e092d43d4a907eb1983114345d7ed5024ed88e (patch)
tree194fc10163fdacce98329a99066e5b66c470d7c2 /build
parent48001a8c46adc5d1d6c1726cecbe6453946e96e0 (diff)
downloadjquery-ui-56e092d43d4a907eb1983114345d7ed5024ed88e.tar.gz
jquery-ui-56e092d43d4a907eb1983114345d7ed5024ed88e.zip
Build: Add manifest entry for selectmenu
Closes gh-1240
Diffstat (limited to 'build')
-rw-r--r--build/widget.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/widget.json b/build/widget.json
index 4a0f128a3..df09accd6 100644
--- a/build/widget.json
+++ b/build/widget.json
@@ -61,6 +61,14 @@
"status"
]
},
+ "selectmenu": {
+ "dependencies": [ "position", "menu" ],
+ "description": "Duplicates and extends the functionality of a native HTML select element, allowing it to be customizable in behavior and appearance far beyond the limitations of a native select.",
+ "keywords": [
+ "form",
+ "select"
+ ]
+ },
"slider": {
"dependencies": [ "mouse" ],
"description": "Displays a flexible slider with ranges and accessibility via keyboard.",