User Guide
Zoom functions 467
Arguments
None.
Returns
Nothing.
Enabler
See “dreamweaver.canZoom()” on page 574.
Example
if (canZoom()){
zoomIn();
}
dreamweaver.zoomOut()
Availability
Dreamweaver 8.
Description
This function zooms out on the currently active Design view. The zoom level is the next
preset value in the Magnification menu. If there is no next preset value, this function does
nothing.
Arguments
None.
Returns
Nothing.
Enabler
See “dreamweaver.canZoom()” on page 574.
Example
if (canZoom()){
zoomOut();
}
000_DW_API_Print.book Page 467 Wednesday, July 20, 2005 11:58 AM