Visit Mozilla.org

DOM:stylesheet.disabled

From MDC

« Gecko DOM Reference

Contents

[edit] Summary

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

[edit] Syntax

bool = stylesheet.disabled 

[edit] Example

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

[edit] Specification

disabled