Adobe Dreamweaver API Reference CS5 Instrukcja Użytkownika Strona 397

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 533
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 396
1 2 ... 392 393 394 395 396 397 398 399 400 401 402 ... 532 533

Komentarze do niniejszej Instrukcji

Brak uwag