icon

the icon name

string icon;

Example

{
    view:"button", 
    value:"Button",
    type:"icon",
    icon:"wxi-pencil"
}

Details

The name of a default icon is formed as wxi-name. A custom icon requires specifying the full name of the icon.

Back to top