padding of ui.multisuggest, 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.
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.