aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2013-09-29 15:33:14 +0200
committerFelix Nagel <info@felixnagel.com>2013-09-29 15:33:14 +0200
commitf2d06bf06391a746b030b5f6af532ed5aeaea0a2 (patch)
tree91e538b99eaed65268c103433a2009348c18276a /demos
parentb1532ed4aebfb45d96e096d0c163838fa6e42394 (diff)
downloadjquery-ui-f2d06bf06391a746b030b5f6af532ed5aeaea0a2.tar.gz
jquery-ui-f2d06bf06391a746b030b5f6af532ed5aeaea0a2.zip
Selectmenu: add widthMenu and widthButton options
Diffstat (limited to 'demos')
-rw-r--r--demos/selectmenu/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/selectmenu/default.html b/demos/selectmenu/default.html
index 9775d190a..2e35599bc 100644
--- a/demos/selectmenu/default.html
+++ b/demos/selectmenu/default.html
@@ -63,7 +63,7 @@
</optgroup>
<optgroup label="Other files">
<option value="somefile">Some unknown file</option>
- <option value="someotherfile">Some other file</option>
+ <option value="someotherfile">Some other file with a very long option text</option>
</optgroup>
</select>