Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

no createEventObject()supported in DW exntesion?

New Here ,
Feb 01, 2007 Feb 01, 2007
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
TOPICS
Extensions
391
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 01, 2007 Feb 01, 2007
LATEST
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
>
>
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines