body

определяет содержимое portlet (компонент или HTML)

string|object body;

Example

webix.ui({
    type:"space",
    view:"portlet", body:{
        template:"Drag and drop portlets"
    }
});

Related samples

See also
Наверх
If you have not checked yet, be sure to visit site of our main product Webix popular javascript framework and page of javascript portlet product.