Specifications
644
Returns
Nothing.
Example
if(dw.isMDI())
{
dw.cascade()
}
dreamweaver.getActiveWindow()
Availability
Dreamweaver 3
Description
Gets the document in the active window.
Arguments
None.
Returns
The document object that corresponds to the document in the active window; or, if the
document is in a frame, the document object that corresponds to the frameset.
dreamweaver.getDocumentList()
Availability
Dreamweaver 3
Description
Gets a list of all the open documents.
Arguments
None.
Returns
An array of document objects, each corresponding to an open Document window. If a Document
window contains a frameset, the document object refers to the frameset, not the contents of the
frames.
dreamweaver.getFloaterVisibility()
Availability
Dreamweaver 3
Description
Checks whether the specified panel or inspector is visible.
Arguments
floaterName
floaterName
is the name of a floating panel. If floaterName does not match one of the built-in
panel names, Dreamweaver searches in the Configuration/Floaters folder for a file called
floaterName.htm where floaterName is the name of a floating panel.