Icon
API Reference
Overview
UI-related icon is a button-like borderless clickable control with an icon on it.
Initialization
{ view:"icon", icon:"mdi mdi-email", align:"left"}
Related sample: Icons
Main properties
- icon (string) - icon name. The name of a default icon is formed as wxi-name. A custom icon requires specifying
the full name of the icon.
Icons in Webix can:
- form a separate component (as described above);
- indicate a button type;
- be defined via a CSS class.
Read more about icons within Webix views in the dedicated chapter of the documentation.
Back to top