My application deals with multiple clients and I would like to show a webix.message based on which triggered an event. I would prefer if I could show it with an icon as it would be easier for the users. So is there a way I can add icons into webix messages.
e.g. currently it takes in only strings:
webix.message(“All is correct”);
Damn that’s so simple and elegant. Thank you.
Is there a way to add class to the message box. The width seems to be smaller for the content i want to display
https://docs.webix.com/desktop__message_boxes.html#infomessagebox
to use own style with message, you can create type
class.
but to extend box width it is better to override webix_message_area
width
https://snippet.webix.com/yp5527a8
Amazing. thanks a lot my friend.