Hint CSS

Webix Hint basic use

CSS class Element
.webix_hint the whole Hint
.webix_hint_title the title of a Hint step
.webix_hint_label the text of a Hint step
.webix_hint_buttons container for buttons
.webix_hint_button.webix_hint_button_next the "Next" button
.webix_hint_button.webix_hint_button_prev the "Previous" button
.webix_hint_progress the progress indicator
.webix_hint_button_close the Close button

Read more about Hint.

Back to top