bburton wrote:
I would like for my custom application to send custom events to the Javascript engine so that event handlers in Javascript can respond to them. Does anyone here have any pointers on where to start?With the DOM2 Events specification (
http://www.w3.org/TR/2000/REC-DOM-Level-2-Events-20001113/events.html). Events are not sent to the JS engine; they are dispatched to the DOM nodes that they are targeted at...
If the DOM interfaces are insufficient for some reason, there are lower-level methods on the PresShell for doing events....
