Webix Message Problems

Currently I get unformatted Webix message, no style anymore. Please let me know why this happen now.

I believe the class name was changed in 6.2

now it is webix_message. I think it was webix_info before.

Hello,

In Webix 6.2 we have simplified the markup and styling for messages and modal boxes, so please make sure to apply both webix.js and webix.css files from the latest build.

I believe the class name was changed in 6.2

You are right, this class was really changed due to the fact of rule duplication for the standard message (webix_info webix_info).

Now all messages have webix_message and their type (webix_info, webix_error, webix_success, webix_debug) classes.