Adobe Dreamweaver API Reference CS5 Manual de usuario Pagina 428

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 533
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 427
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.
Vista de pagina 427
1 2 ... 423 424 425 426 427 428 429 430 431 432 433 ... 532 533

Comentarios a estos manuales

Sin comentarios