Specifications
647
Returns
true if Dreamweaver is in MDI mode; false if Dreamweaver is in classic mode.
Example
if(dw.isMDI())
{
dw.cascade()
}
dreamweaver.minimizeRestoreAll()
Availability
Dreamweaver 4
Description
Minimizes (reduces the window to an icon) or restores all windows in Dreamweaver.
Arguments
bMinimize
bMinimize
is a Boolean value. true indicates that windows should be minimized; false
indicates that minimized windows should be restored.
Returns
Nothing.
dreamweaver.setActiveWindow()
Availability
Dreamweaver 3
Description
Activates the window that contains the specified document.
Arguments
documentObject, {bActivateFrame}
• documentObject is the object at the root of a document’s DOM tree (the value that
dreamweaver.getDocumentDOM() returns).
• bActivateFrame, applicable only if documentObject is inside a frameset, is a Boolean value
that indicates whether to activate the frame that contains the document as well as the window
that contains the frameset.
Returns
Nothing.
dreamweaver.setFloaterVisibility()
Availability
Dreamweaver 3
Description
Specifies whether to make a particular floating panel or inspector visible.