defines the space between the element borders and content (applies the specified value to all sides).
webix.ui({
container:"box",
view:"toolbar",
padding:10,
cols:[
{ view:"button", value:"Load" },
{ view:"button", value:"Save" },
{ view:"button", value:"Delete" }
]
});
The image below shows how the script above applies the padding property.