sets the text of the label
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" }
]}
]
});
The property should not be mixed with the label control.