JWebMP-Ion-Range-Slider
Utilize the Ion Range Slider directly from JWebMP
Example for simple range slider :
IonRangeSlider irs = new IonRangeSlider();
irs.getOptions().setDualKnobs(true);
Example for applying a skin :
IonRangeSlider irs = new IonRangeSlider();
irs.setSkin(IonRangeSliderTheme.Flat);
As a feature on a specific component :
IonRangeSliderFeature bsf = new IonRangeSliderFeature(getInstance().getBody());
Ion Range Slider
Description
Ion.RangeSlider — cool, comfortable, responsive and easily customizable range slider Supports events and public methods, has flexible settings, can be completely altered with CSS Cross-browser: Google Chrome, Mozilla Firefox 3.6+, Opera 12+, Safari 5+, Internet Explorer 8+ Ion.RangeSlider supports touch-devices (iPhone, iPad, Nexus, etc.). Ion.RangeSlider freely distributed under terms of MIT licence. With this plugin you will be able to build beautiful range sliders
Ion Range Slider Link https://github.com/IonDen/ion.rangeSlider