Check documentation for the latest version of dhtmlxSuite onSlideEnd DHTMLX Docs

onSlideEnd

fires on the slide end

void onSlideEnd(number value);
valuenumberthe current slider's value

Example

mySlider.attachEvent("onSlideEnd", function(value){
    // your code here
});

Back to top