Label Wrap in Form?

Is it possible to have Multiline “label” element within a form? I have a long description for the purpose of the page. Maybe it’s best to use another type of view?

{ view:“label”, label:“Really Really Really long label, and I can’t see this last part” }

You can restyle css, or just use an template

http://webix.com/snippet/e0bb24a6

How can I get something like this to resize properly:

webix.ui({
width:400,
cols:[
{ view:“text”, label:“Label One”, labelPosition:“top” },
{},
{ view:“text”, label:“Label Preview Preview”, labelPosition:“top” }
]
});

http://webix.com/snippet/a6ac2d0a

Thanks

You can force a single line label
http://webix.com/snippet/8c3b3ef5

Or you can use combination of height and inputHeight

http://webix.com/snippet/46dbb9e4