Name

LzCSSStyleDeclaration() (as2)

Synopsis

JavaScript: LzCSSStyleDeclaration
Type: Function
Access: public
Runtimes: as2
Topic: LFC.CSS
Declared in: WEB-INF/lps/lfc/services/platform/swf/LzCSSStyle.js

Description

These objects implement Interface CSSStyleDeclaration (introduced in DOM Level 2) from http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSStyleDeclaration

Details

Methods (2)

getPropertyValue()
public function getPropertyValue(pname);
setNode()
public function setNode(node);

Prototype Properties (1)

_node
private var _node = null;

JavaScript Synopsis

public function LzCSSStyleDeclaration();