sets the maximal value and a label for a slider
| itemId | string|number | the id of a slider |
| value | number | the max value for a slider |
| label | string | a label for the value (empty for no label) |
myToolbar.setMaxValue(itemId, value, label);
Back to top