Specifications

522
Arguments
None.
Returns
Nothing.
dom.detachFromTemplate()
Availability
Dreamweaver 3
Description
Detaches the current document from its associated template.
Arguments
None.
Returns
Nothing.
dom.getAttachedTemplate()
Availability
Dreamweaver 3
Description
Gets the path of the template that is associated with the document.
Arguments
None.
Returns
A string that contains the path of the template, which is expressed as a file:// URL.
dom.getEditableRegionList()
Availability
Dreamweaver 3
Description
Gets a list of all the editable regions in the body of the document.
Arguments
None.
Returns
An array of element nodes.
Example
See dom.getSelectedEditableRegion() on page 523