padding of ui.gridsuggest, Properties Webix Docs
sets padding for all four sides of the widget
number padding;
Example
webix.ui({
view:"popup",
padding: 20,
// other properties
}).show();
Related samples
Details
Note that the property sets paddings for window successors only (i.e. popups, menus, suggests and context menus). It is also used with ui.window as the offset for slide animation provided that "position: top" is specified.
If you have not checked yet, be sure to visit site of our main product Webix lightweight js framework and page of javascript new window product.