Adobe Dreamweaver API Reference CS5 Manual de usuario Pagina 397

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 533
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 396
392
DREAMWEAVER API REFERENCE
Design
Last updated 8/27/2013
dreamweaver.cssStylePalette.getDisplayStyles()
Availability
Dreamweaver 8.
Description
This function determines whether CSS styles are being rendered. The default value is true.
Arguments
None.
Returns
A Boolean value: true if CSS styles are being rendered; false otherwise.
Example
var areStylesRendered = dw.cssStylePalette.getDisplayStyles();
dreamweaver.cssStylePalette.getMediaType()
Availability
Dreamweaver MX 2004.
Description
Gets target media type for rendering. The default media type is "screen".
Arguments
None.
Returns
A string value that specifies the target media type.
Example
var mediaType = dw.cssStylePalette.getMediaType();
dreamweaver.cssStylePalette.getSelectedStyle()
Availability
Dreamweaver 3; fullSelector available in Dreamweaver MX.
Description
Gets the name of the style that is currently selected in the Styles panel.
Vista de pagina 396
1 2 ... 392 393 394 395 396 397 398 399 400 401 402 ... 532 533

Comentarios a estos manuales

Sin comentarios