Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jacek Kończewski on Sep 23, 2008 06:02
open dhtmlx forum
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.