Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
RaviUK #1
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
-
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... -
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... -
A dreamweaver question
This was an old post but I am still looking for an answer to this. Anyone have any valid input? -
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)... -
andy81 #2
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
-
RaviUK #3
Re: Extending Dreamweaver question
Thanks ver much, things make more sence now :)
RaviUK Guest



Reply With Quote

