From: Daniel H. <dhe...@ya...> - 2000-11-07 14:54:36
|
Hi ! I would liket to trap all mouse events on the document. The simplest way I found is to define a patch into events.js DynDocument.prototype.EventMethod = function(e) An add something like if (defaultEventMethod) defaultEventMethode(e); Event listener on DynAPI.getDocument() seems to work only when there are layer in the doc. I would like something even if there are no layers. Thanks for help. |