label

sets the text of the label

string label;

Example

webix.ui({
    container:"box",
    view:"form",
    elements:[
        { view:"text", label:"Email"},
        { view:"text", label:"Password"},
        { cols:[
            { view:"button", label:"Login", css:"webix_primary" },
            { view:"button", label:"Cancel" }
        ]}
    ]
});

Related samples

Details

The property should not be mixed with the label control.

See also
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.