Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
olga #1
Problems by getDocumentDOM
Hello,
I've been trying to getDocumentDOM() of a specific XML-document that I open
through an extension, but only have been able to get the DOM of a HTML
document that had been opened before an extension call.
var otherDOM = dreamweaver.openDocument(naviXmlUrl);
or
var oneDom = dw.openDocumentFromSite(naviXmlUrl);
or
var oneDom = dreamweaver.getDocumentDOM(naviXmlUrl);
I also tried following:
dreamweaver.setActiveWindow(naviXmlUrl);
but it just doesn't work. Whenever I try to manipulate with documentObject
it tells me that it is not specified.
I suspect that documentObject is only for an HTML-Document. It doesn't
really make sense, but I haven't found any information on that.
I would appreciate very much any help or tips.
Cheers, Olya
olga Guest
-
css problems
if anyone can help me with this- i'm kind of going nuts.--- thanks for your time! i'm using cutenews- two instances with different categories to... -
getDocumentDOM() not current
Hi all, When I use the dw.getDocumentDOM() function, it doesn't always return the most current DOM object. I will output it's return one second,... -
getDocumentDOM ? referencing file outside of prog
Have you tried doing the following? var authorsXml = dw.getDocumentDOM('\\\\MyComputerName\\SharedFolder\\myfile.xml'); In an extension i'm... -
Mac PDF to PC problems
I've created a few PDF's with the new version 7 distiller. Everything seems fine on my machine (mac) and I've emailed the docs to a few other "pc's"... -
problems with preLoadNetThing and fileName (was problems with preLoadNetThing and importFileInto)
You don't want to leave the QT member in your cast when you publish your movie - it's not really there, it's linked. When you run the movie it will...



Reply With Quote

