Textarea Label Set

webix.ui({
rows:[
{
cols:[
{},
{
view:“label”,
label : “abc”,
//labelPosition:“top”,
},
{
view : “textarea”,
height : 150,
id : “def”,
name : “def”,
width : 250,

		            	    	         }
		            	    	         ]}

]
});

This is my code.I want to set the label at the top left of the textarea.Is there any way I can do that using this piece of code.

First of all, you can set default label to your textarea with the parameters you need
But if you want to set the label apart from the textarea, you need to define one more row in the ‘label’ column
For example http://webix.com/snippet/a32fb1d3