Re: addEventListener on my own extension?
Simon <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <ed802696-a775-4c7a-ad40-9f912e725f7f@t39g2000prh.googlegroups.com> |
On Nov 17, 3:32 am, Neil Deakin <[email protected]> wrote: > > You should really be using the dom specs or documentation on > developer.mozilla.org for these kinds of things. It looks like you're > just searching the source code. That may be useful to further > understanding but it leads to finding all kinds of internal functions > and classes that either shouldn't or can't be used from outside. In > general any object that begins 'ns' without the 'nsI' isn't publicly > useful. > > Everything you need to know to send and receive events (from Javascript > or C++) is documented in lots of places. Thank you all! Now I think to understand the system and use only the specs. In my humble opinion, i thought some code for this things must be exist. I apologise for any inconvenience!