Check documentation for the latest version of dhtmlxSuite getMaxValue DHTMLX Docs

getMaxValue

returns current maximal value and the label of a slider

object getMaxValue(string|number itemId);
itemIdstring|numberthe id of a slider
object[maxValue, "maxLabel"]

Example

var maxVal = myToolbar.getMaxValue(itemId);

Back to top