Adobe 38040334 - Dreamweaver CS3 User Manual page 376

Api reference
Hide thumbs Also See for 38040334 - Dreamweaver CS3:
Table of Contents

Advertisement

Description
This function zooms in or out so that the current selection fits in the currently visible portion of the Design view.
Arguments
None.
Returns
Nothing.
Enabler
See "dreamweaver.canFitSelection()" on page 448.
Example
if (canFitSeletion()){
fitSelection();
}
dreamweaver.fitWidth()
Availability
Dreamweaver 8.
Description
This function zooms in or out so that the entire document width fits in the currently visible portion of the Design
view.
Arguments
None.
Returns
Nothing.
Enabler
See "dreamweaver.canZoom()" on page 452.
Example
if (canZoom()){
fitWidth();
}
dreamweaver.zoomIn()
Availability
Dreamweaver 8.
Description
This function zooms in on the currently active Design view. The zoom level is the next preset value in the Magnifi-
cation menu. If there is no next preset value, this function does nothing.
DREAMWEAVER CS3
371
API Reference

Advertisement

Table of Contents
loading

This manual is also suitable for:

Dreamweaver cs3

Table of Contents