min

the minimum value of the control

number min;

Example

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

See also
  • API
  • Articles
  • Back to top