DHTMLX Message ALert CLose

Hi,

Is there a way to close all dhtmlx.alert("") or a single one.

Thx in advance.

Ndegwer | Kenya

alert return reference to its own HTML container, you can use it to remove the alert

var box = dhtmlx.alert(“some text”)
box.parentNode.removeChild(box); //remove alert