Dreamweaver.showproperties(), Dreamweaver.tilehorizontally() – Adobe Dreamweaver API Reference CS5 User Manual
Page 191

186
DREAMWEAVER API REFERENCE
Workspace
Last updated 8/27/2013
Arguments
snapDistance
•
The snapDistance argument 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
This function makes the Property inspector visible and gives it focus.
Arguments
None.
Returns
Nothing.
dreamweaver.tileHorizontally()
Availability
Dreamweaver MX (Windows only), Dreamweaver 8 (added Macintosh support).
Description
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.
Arguments
None.
Returns
Nothing.
Example
The following example tiles the open documents horizontally:
dw.tileHorizontally()