Check documentation for the latest version of dhtmlxSuite setStep DHTMLX Docs

setStep

sets a new step value for the slider

void setStep(number val);
valnumbera new step's value, 1 by default

Example

mySlider.setStep(val);

Back to top