Add-on Directory

JSlider Add-on - Vaadin Add-on Directory

Slider with ranges and touch support JSlider Add-on - Vaadin Add-on Directory
This add-on is a wrapper for the JQuery Slider plugin: http://egorkhmelev.github.io/jslider/ Important: The URLs to thirdparty javascript libraries and assets are relative to the VAADIN folder of the Application. The libraries are mandatory and the assets depends on the slider skin. \---VAADIN +---addons | \---jslider | +---css | | jslider.blue.css | | jslider.css | | jslider.plastic.css | | jslider.round.css | | jslider.round.plastic.css | | | +---img | | jslider.blue.png | | jslider.plastic.png | | jslider.png | | jslider.round.plastic.png | | jslider.round.png | | | \---js | draggable-0.1.js | jquery-1.10.2.js | jquery.dependClass-0.1.js | jquery.numberformatter-1.2.3.js | jquery.slider.js | jshashtable-3.0.js | tmpl.js Checkout the sources of the jslider-demo for the VAADIN/addons folder and slider examples. Licenses: MIT License - JQuery Slider plugin by Egor Khmelev https://github.com/egorkhmelev/jslider/blob/master/MIT-LICENSE.txt
Source Code
JQuery Slider plugin
Online Demo

JSlider Add-on version 1.0-SNAPSHOT
initial release

JSlider Add-on version 1.0
Release version 1.0 to support Maven and Ivy repositories

JSlider Add-on version 1.1
Update slider configuration: Getter and setter for the configurations are now public and can be set for existing slider. You have to call initStateFields() to reinitialize the slider.

JSlider Add-on version 1.2
Added support for limits and smooth options (added by GitHub-user val1984 )

JSlider Add-on version 1.3
Json packaged changed to elemental.json.*