no createEventObject()supported in DW exntesion?

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default no createEventObject()supported in DW exntesion?

    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


    hawkhuang Guest

  2. Similar Questions and Discussions

    1. So Directx 8 is supported now?
      If I right-click the Shockwave player, under '3d renderer', DirectX 7 is ticked. But when I right click then choose 'properties', DirectX 8 is...
    2. onChange not supported
      The onChange event is not supported for text inputs in property inspectors. Is this correct? Why?
    3. The request is not supported.
      I installed CF7 on a Win2003Enterprise (with IIS) and get this error when trying to load a CFM page, even one having nothing more than a #now()# on...
    4. cfquery not supported in IE6
      I just upgraded to ColdFusion MX7 and I am trying to run a query and it says that cfquery is not supported in IE6. What is the workaround? ...
    5. Keyword not supported
      Hi, I have an ASP app that queries MS Indexing Service. Below is my code. ############################# Imports System Imports...
  3. #2

    Default Re: no createEventObject()supported in DW exntesion?

    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
    >
    >
    E Michael Brandt Guest

  4. #3

    Default Re: no createEventObject()supported in DW exntesion?

    On Feb 1, 1:02 pm, E Michael Brandt <mich...@valleywebdesigns.com>
    wrote:
    > 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
    Thank E.

    I am tring to use this function to create an event for fireEvent() to
    simulate a 'tab' key press event. So if createEventObject() is not
    supported, do you know any other way to do it?

    huangkuan Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139