It can pan out values across a vertical or horizontal graphic domain.
Here are some key features of "Unobtrusive Slider Control":
· Conforms to the WAI-ARIA defined role of “slider”
· Robust JavaScript code written to current “best practices”
· Both the slider’s range and increment can accept positive or negative values
· Both the range and the increment can be set to Float or Integer values
· A second “maximum increment” can be defined to use for mouseWheel and keyboard events
· mouseWheel support can be deactivated on a full-page or individual slider basis
· Callback functions can now be defined for the update, create, destroy, redraw and move events
· Skinnable using only CSS i.e. there are no messy in-script image paths to edit
Requirements:
· JavaScript enabled on client side
What's New in This Release: [ read full changelog ]
· Added the redrawAll, disableSlider and enableSlider methods
· Updated the tooltip demo to show the toolTip onmouseover and not just onfocus
· Updated the JS creation demo to enable you to enable/disable the slider