Categories | Question details Back To List | ||
dhtmlxWindows documentation bugs Hello, You have a bugs in your documentation at the dhtmlxWindows -> Events page Screenshot: http://www.fotosik.pl/showFullSize.php?id=527040db0a661612 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] Answer posted by dhtmlx support on Sep 23, 2008 10:16 Thank you for provided information. We will necessarily fix these issues. |