Documentation

max

max value of slider

max;

Example

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

See also

Details

100 by default

Back to top