Documentation

labelWidth

the width of the label

number labelWidth;

Example

webix.ui({
    view:"counter",
    container:"box",
    label:"First age",
    labelWidth:200
})

See also

Back to top