Check documentation for the latest version of dhtmlxSuite setMax DHTMLX Docs

setMax

sets the maximal value for a slider

void setMax(number val);
valnumbermax value of a slider, 99 by default

Example

mySlider.setMax(val);

Back to top