Documentation

Button

CSS Image Map

css class Element
.webix_el_button any button
.webixtype_base default button
.webixtype_danger a button with the "danger" type
.webixtype_form a button with the "form" type
.webixtype_prev a button with the "prev" type
.webixtype_next a button with the "next" type
.webix_img_btn a button with the "image" and "icon" type
.webix_img_btn_abs a picture of any button with an image
.webix_img_btn_top a button with the "imageTop" and "iconTop" type
.webix_img_btn_text text value of the a button with an image
.webix_icon [icon-mail] an icon for the "iconButton", "iconTop" and "iconButtonTop" button
.webix_icon_btn [icon-mail] an icon for the "icon" button [icon-name]
.webix_el_arrow an arrow for the 'prev', 'next' buttons

You can find the name of any icon on the Font Awesome site since icons are taken from there. Iconization in the library is described separately.

Read more about Buttons.

Back to top