Skip to main content
Participant
February 1, 2007
Question

no createEventObject()supported in DW exntesion?

  • February 1, 2007
  • 1 reply
  • 389 views
Hello there,

I am developing a plug in for dreamweaver and trying to use document.createEventObject() in the code. But DW tells me that document.createEventObject() is not a function. Any one has idea? DW has the really old DOM standard?


thx
This topic has been closed for replies.

1 reply

Inspiring
February 1, 2007
The only methods supported by the DW Extensions API are the ones listed
in their Support Documents (with a few undocumented exceptions). As you
will see, it is a quite limited subset of what you would wish for. It
is one the great challenges of writing Extensions. Good luck.

emichael brandt

hawkhuang wrote:
> Hello there,
>
> I am developing a plug in for dreamweaver and trying to use
> document.createEventObject() in the code. But DW tells me that
> document.createEventObject() is not a function. Any one has idea? DW has
> the really old DOM standard?
>
>
> thx
>
>