max

the maximum value of the control

number max;

Example

webix.ui({
    view:"counter",
    container:"box",
    label:"First age", 
    min:20, 
    max:100,
    value:25
})

See also
  • API
  • Articles
  • 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.