margin

задает отступы между элементами лейаута

number margin;

Example

webix.ui({
    view:"toolbar", 
    margin:20,
    cols:[
        { view:"button", value:"Load" },
        { view:"button", value:"Save" },
        { view:"button", value:"Delete" }
    ]
});

Details

Изображения ниже показывают, как применяется свойство margin:

по умолчанию

другая величина margin

Наверх
If you have not checked yet, be sure to visit site of our main product Webix js framework and page of accordion tabs product.