Daniel G Hull![]()
Dual Slider extends the YUI3 Slider widget. This was available in YUI 2 before so it makes for a welcome addition to the YUI3 gallery.
<script src="http://yui.yahooapis.com/3.4.1/build/yui/yui-min.js"></script>YUI({
//Last Gallery Build of this module
gallery: 'gallery-2012.04.18-20-14'
}).use('gallery-yui-dualslider', function(Y) {
var eleYuiSlider = new Y.DualSlider({
id: 'SliderDev',
axis: 'x',
min: 0,
max: 10,
length: '300px'
});
eleYuiSlider.render('body');
eleYuiSlider.setValue(2);
eleYuiSlider.setValue2(6);
});
© 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