Documentation

min

min value of slider

number min;

Example

//valid values 0,10,20,30,40,50
webix.ui({
     view:"slider",
     min:0, max:50,
     step:10 
     ...
})

See also

Details

0 by default

Back to top