labelWidth

the width of the label

number labelWidth;

Example

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


Default value:

80

Related samples

See also
Back to top