| Module: | |
| Inherits from: | |
| Declared In: | |
Overview
Use the links in the table of contents to the left to access the documentation.
Functions
- addRule
- deleteRule
- insertRule
- removeRule
long addRule(
in DOMString selector,
in DOMString style,
in unsigned long index) raises(DOMException);
void deleteRule(
in unsigned long index) raises(DOMException);
unsigned long insertRule(
in DOMString rule,
in unsigned long index) raises(DOMException);
void removeRule(
in unsigned long index) raises(DOMException);
Member Data
- cssRules
- ownerRule
- rules
readonly attribute CSSRule ownerRule;
Last Updated: 2009-05-29