Extending Dreamweaver DOM Object

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

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. 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...
    4. Extending CF PoP.
      Is there anyway to extend CFPoP to support additional encoding types? I am getting ' java.io.UnsupportedEncodingException: iso-3979-1. ' Could...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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
    Bump

    Joris van Lier Guest

  5. #4

    Default Re: Extending Dreamweaver DOM Object

    Can you explain what you finally wahnt to achive.
    sherif

    [email]sherif@sherifamyika.com[/email]
    sherifmayika Guest

  6. #5

    Default Re: Extending Dreamweaver DOM Object

    "sherifmayika" <webforumsuser@macromedia.com> wrote in message
    news:fhruj3$rmd$1@forums.macromedia.com...
    > Can you explain what you finally wahnt to achive.
    > sherif
    >
    > [email]sherif@sherifamyika.com[/email]
    I'd like to back-port certain functions added to the DOM object in later
    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

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