step
step of slider
number step;
Example
//valid values 0,10,20,30,40,50
webix.ui({
view:"slider",
min:0, max:50,
step:10
...
})
Default value:
1
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.