max
max value of slider
number max;
Example
//valid values 0,10,20,30,40,50
webix.ui({
view:"slider",
min:0, max:50,
step:10
...
});
Default value:
100
Related samples
See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.