Specifications

525
dom.removeEditableRegion()
Availability
Dreamweaver 3
Description
Removes an editable region from the document. If the editable region contains any content, the
content is preserved; only the editable region markers are removed.
Arguments
None.
Returns
Nothing.
Enabler
“dom.canRemoveEditableRegion()” on page 415
dom.updateCurrentPage()
Availability
Dreamweaver 3
Description
Updates the documents library items, templates, or both. This function is valid only for the
active document.
Arguments
{typeOfUpdate}
typeOfUpdate
, if supplied, must be "library", "template", or "both". If omitted, the default
is
"both".
Returns
Nothing.
dreamweaver.exportTemplateDataAsXML()
Availability
Dreamweaver MX
Description
Exports the current document to the specified file as XML. This function operates on the front
document, which must be a template. If you do not specify a filename argument, Dreamweaver
opens a dialog box to request the export file string.
Arguments
{filePath}
filePath
Optional. A string that specifies the name of the file to which Dreamweaver exports the
template. Express
filepath as a URL file string such as, "file:///c|/temp/mydata.txt".
Returns
Nothing.