rows of ui.layout, Properties Webix Docs

StartAPI Referenceui.layoutProperties

array of views objects arranged vertically

array rows;

Example

// layout example
webix.ui({
    rows:[
        { view:"toolbar", ... },
        {
            cols:[ 
                { view:"list", ... },
                { view:"form", ... }
        ]}
    ]
})

Related samples

See also

  • API

  • Articles

  • Back to top

    If you have not checked yet, be sure to visit site of our main product Webix javascript component library and page of javascript layout product.