Skip to main content
jon8
Inspiring
January 19, 2009
Question

Help with dreamweaver extension buid

  • January 19, 2009
  • 1 reply
  • 3503 views
I have written a very useful extension for dreamweaver that works perfectly. But now I want it to insert the code ABOVE the html rather then being forced to insert it somewhere between the body tags. what needs to happen to make that change?

I tried using things like
var dom = dw.getDocumentDOM();
dom.source.startOfDocument();

but couldn't implement correctly apparently.

I'm currently using the function objectTag(form) {
do I need the insertobject ?

thanks in advance.
This topic has been closed for replies.

1 reply

Participating Frequently
May 18, 2012

Hi Jon
I stick in to same problem.
Did you find out how to do that?

Cheers!