setProperty method

void setProperty(
  1. String property,
  2. String value, [
  3. String priority
])

The CSSStyleDeclaration.setProperty() method interface sets a new value for a property on a CSS style declaration object.

Implementation

external void setProperty(
  String property,
  String value, [
  String priority,
]);