diff options
author | kborchers <k_borchers@yahoo.com> | 2011-07-07 09:29:50 -0500 |
---|---|---|
committer | kborchers <k_borchers@yahoo.com> | 2011-07-07 09:29:50 -0500 |
commit | 40aa8f57151b0a01f33389482e5676725fd50ae7 (patch) | |
tree | eb0e6d005378dcce54ad0b0a0d20f79e8336f31a /demos | |
parent | ab627e03a6a37cbf3291e9600f5482bd50991360 (diff) | |
download | jquery-ui-40aa8f57151b0a01f33389482e5676725fd50ae7.tar.gz jquery-ui-40aa8f57151b0a01f33389482e5676725fd50ae7.zip |
Menubar: Added the autoExpand option and modified the default demo to show functionality
Diffstat (limited to 'demos')
-rw-r--r-- | demos/menubar/default.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/menubar/default.html b/demos/menubar/default.html index 57a3209ce..6bd67b64a 100644 --- a/demos/menubar/default.html +++ b/demos/menubar/default.html @@ -23,6 +23,7 @@ }); $(".menubar-icons").menubar({ + autoExpand: true, menuIcon: true, buttons: true, position: { |