Check documentation for the latest version of dhtmlxSuite onMouseUp DHTMLX Docs

onMouseUp

fires on releasing the runner

void onMouseUp(number index);
indexnumberrunner index

Example

mySlider.attachEvent("onMouseUp", function(index){
    // your code here
});

Change log

added in 4.3

Back to top