Specifications
643
Description
Determines which view is visible.
Arguments
None.
Returns
"design", "code", or "split", depending on the visible view.
dom.getWindowTitle()
Availability
Dreamweaver 3
Description
Gets the title of the window that contains the document.
Arguments
None.
Returns
A string that contains the text that appears between the TITLE tags in the document, or nothing,
if the document is not in an open window.
dom.setView()
Availability
Dreamweaver 4
Description
Shows or hides the Design or Code view to produce a design-only, code-only, or split view.
Arguments
viewString
viewString
is the view to produce; it must be one of the following values: design", "code", or
"split".
Returns
Nothing.
dreamweaver.cascade()
Availability
Dreamweaver MX (Windows only)
Description
In MDI mode dw.cascade() cascades the document windows, starting in the upper left corner
and positioning each window below and slightly offset from the previous one. This function
works only if Dreamweaver is in MDI mode.
Arguments
None.