On Sep 25, 10:14 am, Martin  Lutken <mlut...@gmail.com> wrote:
> Hi
>
> Anyone knows how to create events in FF6,. Searching the code there
> are no nsIDOMDocumentEvent interface anymore. So the recipe given
> here, which uses nsIDOMDocumentEvent does not work 
> anymore:https://developer.mozilla.org/en/Creating_Custom_Events_That_Can_Pass...
>
> -Martin

they moved the CreateEvent method into nsIDOMDocument interface, you
dont need to query for a nsIDOMDOcumentEvent. just a bit of
refactoring :)
_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to