Check documentation for the latest version of dhtmlxSuite setMaxValue DHTMLX Docs

setMaxValue

sets the maximal value and a label for a slider

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

Example

myToolbar.setMaxValue(itemId, value, label);

Back to top