Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Vincent on Jul 04, 2008 08:55
open dhtmlx forum
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
Answer posted by Support on Jul 07, 2008 07:52
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.
Attachments (1)
Answer posted by Vincent on Jul 07, 2008 08:38
That work great ! Thank you very much !