User Guide
210 Chapter 12: Workspace
dreamweaver.getActiveWindow()
Availability
Dreamweaver 3.
Description
This function 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
This function 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
This function checks whether the specified panel or inspector is visible.
Arguments
floaterName
• The floaterName argument 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.
000_DW_API_Print.book Page 210 Wednesday, August 20, 2003 9:14 AM