MACROMEDIA DREAMWEAVER 8-DREAMWEAVER API Reference page 309

Dreamweaver api reference
Table of Contents

Advertisement

Returns
The document object for the newly created document, which is the same value that the
function returns.
dreamweaver.getDocumentDOM()
dreamweaver.createXMLDocument()
Availability
Dreamweaver MX.
Description
Creates and opens a new XML file, which is empty except for the XML directive.
Arguments
None.
Returns
The DOM of the new XML file.
Example
The following example creates a new document, which is empty except for the XML directive:
var theDOM = dreamweaver.createXMLDocument("document");
dreamweaver.exportCSS()
Availability
Dreamweaver 3.
Description
Opens the Export Styles as a CSS File dialog box.
Arguments
None.
Returns
Nothing.
Enabler
See
"dreamweaver.canExportCSS()" on page
566.
File manipulation functions
309

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Dreamweaver 8

Table of Contents