View comments | RSS feed

cssStylePalette.getInternetExplorerRendering()

Availability

Dreamweaver 8.

Description

This function determines whether Dreamweaver is rendering for Internet Explorer.

Arguments

None.

Returns

A Boolean value: true if Dreamweaver is rendering for Internet Explorer; false if Dreamweaver is rendering to the CSS specification.

Example

The following example turns off rendering for Internet Explorer:

if (cssStylePalette.getInternetExplorerRendering()){
   cssStylePalette.setInternetExplorerRendering(false);
   }

Comments


chucknado said on Nov 14, 2005 at 2:34 PM :
getInternetExplorerRendering() is an API call for a feature that was proposed but never implemented. Please ignore this page.

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/dreamweaver/8/apiref/17_desi3.htm