TOC PREV NEXT INDEX

domref



disabled


This property indicates whether the current stylesheet is applied or not.

Syntax

res = stylesheet.disabled
 

Parameters

res is a boolean True or False

Example

// if the stylesheet is applied...
 
if (stylesheet.disabled) {
 
  // apply style in-line
 
}
 

Notes

None.

Specification

disabled
 


Netscape Communications
http://developer.netscape.com
TOC PREV NEXT INDEX