dhtmlxSlider Events

Is it possible to use something like an OnSlideEnd event rather than an OnChange Event ? I want to use the slidder to control map scale in web-mapping application. I would like the slider to call the OnChange event only when the user release the knob.



Thanks

While original component was not supported such event, it sounds as good addition - you can try to use attached js file instead of original one, it works the same but provides additional event onSlideEnd , which will be called when operation finished, and will provide current value of slider as parameter.

dhtmlxslider.zip (4.08 KB)

That work great ! Thank you very much !