| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
| Constructor Summary | |
|---|---|
APE.dom.StyleSheetAdapter(either)
|
|
| Method Summary | |
|---|---|
CSSRule
|
addRule(selectorText, cssText)
Adds a rule to the styleSheet |
|
getRule(selectorText)
IE will not return the correct selector text for Element selectors in HTML. |
|
getRules()
|
| Constructor Detail |
|---|
APE.dom.StyleSheetAdapter(either)
String, CSSStyleSheet either - an ID of a link or style element (String)
or a CSSStyleSheet object.
| Method Detail |
|---|
CSSRule addRule(selectorText, cssText)
selectorText
cssText
CSSRule cssRule that was added.
getRule(selectorText)
selectorText
CSSStyleRule
getRules()
CSSRuleList