Check documentation for the latest version of dhtmlxSuite getValue DHTMLX Docs

getValue

returns the current value of a slider or an input item

mixed getValue(string|number itemId);
itemIdstring|numberthe id of a slider or an input item
mixedslider/input value

Example

var value = myToolbar.getValue(itemId);

Back to top