Check documentation for the latest version of dhtmlxSuite setMinValue DHTMLX Docs

setMinValue

sets the minimal value and a label for a slider

void setMinValue(string|number itemId,number value,string label);
itemIdstring|numberthe id of a slider
valuenumberthe min value
labelstringa label for the value (empty for no label)

Example

myToolbar.setMinValue(itemId, value, label);

Back to top