cols

array of views objects arranged horizontally

array cols;

Example

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

Related samples

See also
Back to top
If you have not checked yet, be sure to visit site of our main product Webix lightweight js framework and page of form widget product.