Check documentation for the latest version of dhtmlxSuite getMinValue DHTMLX Docs

getMinValue

returns the current minimal value and the label of a slider

object getMinValue(string|number itemId);
itemIdstring|numberthe id of a slider
object[minValue, "minLabel"]

Example

var minVal = myToolbar.getMinValue(itemId);

Back to top