Sanjeev Koranga![]()
How to Use:-
new Y.HTML.DropDown({"src":"#sel1", "resize":false});
new Y.HTML.DropDown({"src":"#sel2"});
Dropdown plugin take two parameters
src - id or class selector
resize - (true|false) tells plugin whether to resize the width of dropdown on pageload.
if set, this will overwrite the css width value.
Dropdown plugin take two parameters
src - id or class selector
resize - tells plugin whether to resize the width of dropdown on pageload.
if set, this will overwrite the css width value.
Also it uses gallery-simple-menu plugin to enable keyboard accessibility.
<script src="http://yui.yahooapis.com/3.3.0/build/yui/yui-min.js"></script>YUI({
//Last Gallery Build of this module
gallery: 'gallery-2011.06.01-20-18'
}).use('gallery-dropdown', function(Y) {
new Y.HTML.DropDown({
src: "#sel1"
});
});No forum posts for this module.
© 2006-2013 Yahoo! Inc. All rights reserved.
All code on this site is licensed under the BSD License unless stated otherwise.
About This Site · Security Contact Info