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