Adobe Dreamweaver API Reference CS5 Uživatelský manuál Strana 397

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 533
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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.
Zobrazit stránku 396
1 2 ... 392 393 394 395 396 397 398 399 400 401 402 ... 532 533

Komentáře k této Příručce

Žádné komentáře