Hello,
You have a bugs in your documentation at the dhtmlxWindows -> Events page
Screenshot:
fotosik.pl/showFullSize.php? … db0a661612
myWin.attacheEvent(“onClosed”, function(win) {
alert(“Window with ID " + win.getId() + " will be closed.”);
});
Everywhere you have wrote myWin.attacheEvent and not attachEvent - double E letter
And in above example you have onClosed [unnecessary D letter]
Thank you for provided information. We will necessarily fix these issues.