Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
hawkhuang #1
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
-
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... -
onChange not supported
The onChange event is not supported for text inputs in property inspectors. Is this correct? Why? -
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... -
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? ... -
Keyword not supported
Hi, I have an ASP app that queries MS Indexing Service. Below is my code. ############################# Imports System Imports... -
E Michael Brandt #2
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
-
huangkuan #3
Re: no createEventObject()supported in DW exntesion?
On Feb 1, 1:02 pm, E Michael Brandt <mich...@valleywebdesigns.com>
wrote:Thank E.> 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
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



Reply With Quote

