insertRule method
The insertRule()
method of the
CSSGroupingRule interface adds a new CSS rule to a list of CSS rules.
Implementation
external int insertRule(
String rule, [
int index,
]);
The insertRule()
method of the
CSSGroupingRule interface adds a new CSS rule to a list of CSS rules.
external int insertRule(
String rule, [
int index,
]);