webix alert

How to close all visible webix alert?

webix.message.hideAll();

sorry, for alerts you need to keep references and hide them by webix.modalbox.hide

also you can use this hack
https://snippet.webix.com/f5vgh9o4
if IE<9 does not matter

This is what I am looking for. Thank you very much! :smiley: