Check documentation for the latest version of dhtmlxSuite setSize DHTMLX Docs

setSize

sets the size of the slider control

void setSize(number value);
valuenumbernew size of the slider

Example

mySlider.setSize(value);

Back to top