beautypg.com

Dreamweaver.zoomout(), Guide functions and properties, Dom.clearguides() – Adobe Dreamweaver API Reference CS5 User Manual

Page 428

background image

423

DREAMWEAVER API REFERENCE

Design

Last updated 8/27/2013

Enabler
See “

dreamweaver.canZoom()

” on page 510.

Example

if (canZoom()){

zoomIn();
}

dreamweaver.zoomOut()

Availability
Dreamweaver 8.

Description
This function zooms out on the currently active Design view or Live 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 510.

Example

if (canZoom()){

zoomOut();
}

Guide functions and properties

Guide functions and properties let you display, manipulate, and delete guides that let users measure and lay out
elements on their HTML pages.

dom.clearGuides()

Availability
Dreamweaver 8.

Description
This function determines whether to delete all guides in the document.