range
Optional. Enables/disables the possibility to select a range of values on the slider
range?: boolean;
Example
const slider = new dhx.Slider("slider_container", {
range:true
});
Related sample: Slider. Range mode of the Slider
Optional. Enables/disables the possibility to select a range of values on the slider
Example
const slider = new dhx.Slider("slider_container", {
range:true
});
Related sample: Slider. Range mode of the Slider