type of ui.button, Properties Webix Docs

StartAPI Referenceui.buttonProperties

the type of the button

string type;

Values

  • "image"

  • "imageTop"

  • "icon"

  • "iconTop"

  • Example

    { view:"button", id:"button1", type:"icon", icon:"wxi-pencil", label: "Button"}

    Details

    By default, a button does not have a type.

    See also

  • Articles

  • Back to top