Multiline for label

Hi!
I make label with long text but in not contains into window. http://webix.com/snippet/2c238e42

Can I resize it to width automatically, or make label multiline?
Or may be another control.

не получается сделать многострочный label

{
view: “text”, labelPosition: ‘top’, label: ‘Text info. Text info1. Text info2. Text info3. Text info4. Text info5. Text info6. Text info7. Text info8. Text info9.Text info. Text info1. Text info2. Text info3. Text info4. Text info5. Text info6. Text info7. Text info8. Text info9.’, value: “Ok”,
}

You can use template with autoheight enabled instead of a label.

http://webix.com/snippet/ddccf7ac

Thanks!