sets a value for a slider or an input item
id | string | id of a slider or an input item |
value | number | value (int for slider, any for input item) |
callEvent | boolean | call “onValueChanged” event for a slider |
myRibbon.setValue(itemId, value, callEvent);
callEvent added in 4.1 for combo (prevention of calling onSelectOption)
Back to top