Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK Previous
-
None
-
None
-
Language Found: English
Description
Please provide a getter method that lists all the style properties and their values for the CSSStyleDeclaration (look in overrides, factory, defaultFactory).
Currently the only way to get the list is by doing var list:Object = new myStyleDeclaration.factory();
However, this does not work when the CSS is set with runtime styles. The list is hidden in the overrides property which is protected and there is noway to list all the style properties.