Skip to main content

Overview of Message boxes

DHTMLX Message component provides a set of helper message boxes: message, alert, confirm, and the tooltip component. Message boxes are easily configurable, so that you can achieve the best look and feel for interaction with the users of your app or web-site.

Message

Notification message box with the dhtmlxMessage logo and text in DHTMLX Suite

A simple message box to inform a user about processes occurring in the application in this or that moment.

Alert

Modal alert box with a warning message and an OK button in DHTMLX Suite

This type of message box allows warning a user against taking some steps that may lead to unexpected or undesirable result.

Confirm

Modal confirm box with a question and Decline and Accept buttons in DHTMLX Suite

This type of message box is useful when you need to ask a user to confirm some action to proceed to next steps.

Tooltip

Dark tooltip displayed when hovering over an element in DHTMLX Suite

Tooltip is a great helper for giving information about an element a user is hovering over.