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 itemId);
itemIdstringid of an item
mixedslider/input value

Example

var value = myRibbon.getValue(itemId);

Back to top