labelAlign of ui.forminput, Properties Webix Docs
the alignment of a label towards its container
string labelAlign;
Values
"left"
"right"
Example
{
view:"forminput",
name:"access",
body:list1,
labelWidth:140,
labelAlign:"right",
label:"Access levels"
}
Default value:
"left"
Related samples
See also
API
Articles