wijmo.slider.wijslider Namespace > options type : max Option |
Default value: 100
The max option defines the maximum value of the slider widget.
Javascript (Usage) | |
---|---|
$(function () { // Get value var returnsValue; // Type: number returnsValue = $(".selector").wijslider("option", "max"); // Set value var newValue; // Type: number $(".selector").wijslider("option", "max", newValue); }); |
Javascript (Specification) | |
---|---|
|