label

sets the text of the label

string label;

Example

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

Related samples

Details

The property should not be mixed with the label control.

See also
Back to top