Arguments
None.
Returns
Nothing.
Enabler
See
"dreamweaver.canZoom()" on page
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
Example
if (canZoom()){
zoomOut();
}
574.
574.
Zoom functions
467
Need help?
Do you have a question about the DREAMWEAVER 8-DREAMWEAVER API and is the answer not in the manual?