Check documentation for the latest version of dhtmlxSuite setMin DHTMLX Docs

setMin

set the minimal value for a slider

void setMin(number val);
valnumbermin value, 0 by default

Example

mySlider.setMin(val);

Back to top