Slider Bar
Description
An easy to use, simple slider bar control for the web.To use it, just include the script via a script tag, and create as many sliders as you like.
<input _type="slider" />The code above gets translated into:
The slider also has some basic properties:
- color - set the color of the slider bar, default is #aaa
- minimum and maximum - Set the minimum and maximum numerical values of the slider bar, default is 0, 100.
- onslide - Set a callback function for when the slider is slid. The javascript is called with a parameter called "value" that contains the current value of the slider.