Documentation

labelWidth

the width of the label

number labelWidth;

Example

webix.ui({
    view:"combo", 
    label: 'Fruit', 
    labelWidth:100,
    ...
})

See also

Back to top