Specifications

646
"textView" if the Text view is in focus
"html" if the Code inspector is in focus
floaterName, if bAllowFloaters is true and a floating panel has focus, where floaterName
is
"objects", "properties", "launcher", "library", "css styles", "html styles",
"behaviors", "timelines", "layers", "frames", "templates", or "history"
(Macintosh) "none" if neither the Site panel nor any Document windows are open
dreamweaver.getPrimaryView()
Availability
Dreamweaver 4
Description
Determines which view is visible as the primary (on top) view.
Arguments
None.
Returns
"design" or "code", depending on which view is visible or on the top in a split view.
dreamweaver.getSnapDistance()
Availability
Dreamweaver 4
Description
Returns the snapping distance in pixels.
Arguments
None.
Returns
An integer that represents the snapping distance in pixels. The default is 10 pixels; 0 indicates that
the Snap feature is off.
dreamweaver.isMDI()
Availability
Dreamweaver MX (Windows only)
Description
Indicates whether Dreamweaver is in MDI mode. In MDI mode, Dreamweaver integrates all the
document windows within a single parent container or frame. When Dreamweaver is not in MDI
mode, it is in classic mode, the traditional look of the Dreamweaver interface in which the user
manages separate, floating windows.
Arguments
None.