Specifications

458
Arguments
documentObject {, fileURL}
documentObject is the object at the root of a documents DOM tree, which is the value that
dreamweaver.getDocumentDOM()) returns.
fileURL is a URL that represents a location on a local drive. If the URL is relative, it is relative
to the extension file. In Dreamweaver 2, this argument is required. If
fileURL is omitted in
Dreamweaver 4, the file is saved to its current location if it has been previously saved;
otherwise, a Save dialog box appears.
Returns
A Boolean value that indicates success (true) or failure (false).
Enabler
“dreamweaver.canSaveDocument()” on page 422
dreamweaver.saveDocumentAs()
Availability
Dreamweaver 3
Description
Opens the Save As dialog box.
Arguments
documentObject
documentObject
is the object at the root of a documents DOM tree, which is the value that
dreamweaver.getDocumentDOM()) returns.
Returns
Nothing.
dreamweaver.saveDocumentAsTemplate()
Availability
Dreamweaver 3
Description
Opens the Save As Template dialog box.
Arguments
documentObject
documentObject
is the object at the root of a documents DOM tree, which is the value that
dreamweaver.getDocumentDOM()) returns.
Returns
Nothing.
Enabler
“dreamweaver.canSaveDocumentAsTemplate()” on page 423