Modal Box CSS

Webix Modal Box basic use

CSS class Element
.webix_modal_box.webix_alert container for the modal message box
.webix_modal_box.webix_confirm container for the confirm message box
.webix_popup_title the header the box
.webix_popup_text text in the box body
.webix_popup_controls container for the buttons
.webix_popup_button a button in the control area of the box
.webix_popup_button.confirm a confirm button in the control area of the box

Read more about Message Boxes

Back to top