image of ui.button, Properties Webix Docs

StartAPI Referenceui.buttonProperties

sets path to the desired image

string image;

Example

{ 
    view:"button", 
    type: "image", 
    image:".../img.gif", 
    label: "Image Button" 
}

Related samples

See also

  • Articles

  • Back to top