Specifications

649
Arguments
viewString
viewString
is the view to bring to the top of the Document window; it can be one of the
following values:
"design" or "code".
Returns
Nothing.
dreamweaver.setSnapDistance()
Availability
Dreamweaver 4
Description
Sets the snapping distance in pixels (0 turns it off; default is 10 pixels).
Arguments
snapDistance
snapDistance
is an integer that represents the snapping distance in pixels. The default is 10
pixels. Specify 0 to turn off the Snap feature.
Returns
Nothing.
dreamweaver.showProperties()
Availability
Dreamweaver 3
Description
Makes the Property inspector visible and gives it focus.
Arguments
None.
Returns
Nothing.
dreamweaver.tileHorizontally()
Availability
Dreamweaver MX (Windows only)
Description
In MDI mode, dw.tileHorizontally() tiles the document windows horizontally, positioning
each window next to another one without overlapping the documents. This process is similar to
splitting the workspace vertically. If Dreamweaver is not in MDI mode,
dw.tileHorizonatally
has no effect.
Arguments
None.