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 stylesheets
This property indicates whether the current stylesheet is applied or not.
res = stylesheet.disabled
res is a boolean True or False
// if the stylesheet is applied... if (stylesheet.disabled) { // apply style in-line }
None.
stylesheets