Re: addEventListener on my own extension?
Simon <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <15246b55-d56b-4f99-891a-1ace3c216e94@d42g2000prb.googlegroups.com> |
On Nov 17, 11:18 am, Simon <[email protected]> wrote: > On Nov 17, 3:32 am, Neil Deakin <[email protected]> wrote: > > > > Everything you need to know to send and receive events (from Javascript > > or C++) is documented in lots of places. > Sorry, i have a spec question: https://developer.mozilla.org/en/DOM/document.createEvent write that "TextEvent" is supported. You told me i can only access to nsI* files. So i look for something like nsIDOMTextEvent, but i found only nsDOMTextEvent and you are right, i can't include. So, which interface have i to include to get the TextEvent also in c++? I hope this isn't also a stupid question...