Extending Dreamweaver question

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

  1. #1

    Default 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 silly
    question.....what does DOM represt? Does is mean the active document? I tried
    searching for a definition of it but couldnt find anything.

    RaviUK Guest

  2. Similar Questions and Discussions

    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...
    2. 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...
    3. 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...
    4. A dreamweaver question
      This was an old post but I am still looking for an answer to this. Anyone have any valid input?
    5. Newbie question : Extending Ruby
      I'm making my first extension to Ruby. The C file declarations look like: __declspec(dllexport) VALUE cImage8 = Qnil; __declspec(dllexport)...
  3. #2

    Default Re: Extending Dreamweaver question

    DOM mean Document Object Model. This allows users to access each HTML
    elements in object access manner. you can find more in w3schools
    [url]http://www.w3schools.com/js/js_obj_htmldom.asp[/url].

    Definition in here
    [url]http://www.w3.org/DOM/[/url]


    andy81 Guest

  4. #3

    Default Re: Extending Dreamweaver question

    Thanks ver much, things make more sence now :)
    RaviUK 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