Adobe Dreamweaver API Reference CS5 User Manual Page 397

  • Download
  • Add to my manuals
  • Print
  • Page
    / 533
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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.
Page view 396
1 2 ... 392 393 394 395 396 397 398 399 400 401 402 ... 532 533

Comments to this Manuals

No comments