icon

the widget's icon

string icon;

Example

webix.ui({
    view:"icon",
    icon:"wxi-pencil"  
});

Related samples

Details

The default Webix icons are set by specifying the icon name with the "wxi-" prefix. It is also possible to use custom icons.

See also
Back to top