Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
Joris van Lier #1
Extending Dreamweaver DOM Object
Hi all, I'm looking for a way to extend the Dreamweaver DOM object with
custom functions.
In this case I need to backport the copyAssets function
[url]http://livedocs.adobe.com/en_US/Dreamweaver/9.0_API/dwr_pagecontent_cn_088.html[/url]
for earlier versions of dreamweaver and reroute calls to an existing of
custom implementation.
My idea is to create a Startup Item that uses the dom object as prototype
and extends or overrides certain functions, but then: how should I tell
dreamweaver to use that object instead of the normal DOM?
--
Joris van Lier
Joris van Lier Guest
-
Extending Dreamweaver / SWFFile.getNaturalSize();
I am new to creating extensions for Dreamweaver. I am currently working on creating an Object that will insert a swf file using the swfobject code... -
extending dreamweaver
how do I extend dreamweaver? I want to write an extension that will contain buttons to all the snippets that I use most frequently. Can some one... -
Extending Dreamweaver question
Hi there, I am trying to develop my own set of PHP5 extensions for dreamweaver, however I have never learnt Javascript and have a quick, but very... -
Extending CF PoP.
Is there anyway to extend CFPoP to support additional encoding types? I am getting ' java.io.UnsupportedEncodingException: iso-3979-1. ' Could... -
ViewState lost when extending custome Page Object
Check out this article, which explains about this problem. http://www.microsoft.com/india/msdn/articles/87.aspx -- Saravana Microsoft India... -
Joris van Lier #2
Re: Extending Dreamweaver DOM Object
"Joris van Lier" <whizzrd@hotmail.com> wrote in message
news:fghlrc$ka$1@forums.macromedia.com...> Hi all, I'm looking for a way to extend the Dreamweaver DOM object with
> custom functions.
> In this case I need to backport the copyAssets function
> [url]http://livedocs.adobe.com/en_US/Dreamweaver/9.0_API/dwr_pagecontent_cn_088.html[/url]
> for earlier versions of dreamweaver and reroute calls to an existing of
> custom implementation.
>
> My idea is to create a Startup Item that uses the dom object as prototype
> and extends or overrides certain functions, but then: how should I tell
> dreamweaver to use that object instead of the normal DOM?
>
> --
> Joris van Lier
I'm still looking for the preferred/recommended way of doing this,
does anyone have a bright idea?
--
Joris van Lier
Joris van Lier Guest
-
Joris van Lier #3
Re: Extending Dreamweaver DOM Object
"Joris van Lier" <whizzrd@hotmail.com> wrote in message
news:fghlrc$ka$1@forums.macromedia.com...Bump> Hi all, I'm looking for a way to extend the Dreamweaver DOM object with
> custom functions.
> In this case I need to backport the copyAssets function
> [url]http://livedocs.adobe.com/en_US/Dreamweaver/9.0_API/dwr_pagecontent_cn_088.html[/url]
> for earlier versions of dreamweaver and reroute calls to an existing of
> custom implementation.
>
> My idea is to create a Startup Item that uses the dom object as prototype
> and extends or overrides certain functions, but then: how should I tell
> dreamweaver to use that object instead of the normal DOM?
>
> --
> Joris van Lier
Joris van Lier Guest
-
sherifmayika #4
Re: Extending Dreamweaver DOM Object
Can you explain what you finally wahnt to achive.
sherif
[email]sherif@sherifamyika.com[/email]
sherifmayika Guest
-
Joris van Lier #5
Re: Extending Dreamweaver DOM Object
"sherifmayika" <webforumsuser@macromedia.com> wrote in message
news:fhruj3$rmd$1@forums.macromedia.com...I'd like to back-port certain functions added to the DOM object in later> Can you explain what you finally wahnt to achive.
> sherif
>
> [email]sherif@sherifamyika.com[/email]
versions of dreamweaver, for example the copyAssets function.
I'd like to do this in a way that does not require changing files that
expect this function to be there.
Joris
Joris van Lier Guest



Reply With Quote

