Hi All,

I need to be able to duplicate style declarations at runtime... and I
hit a wall:
Is there any way to do the following??

for each ( var styleName:String in myStyleDec.getExplicitStyleNames() )
{
        trace( styleName + " = " + myStyleDec.getStyle( styleName ) );
}


See, I'm really missing something in the lines of

CSSStyleDeclaration::getExplicitStyleNames():Array


I can see some private or protected members of the class that may hold
that info, but no public way to access it.

Any ideas?
Is this by design? ( I might be missing the bigger picture here...
after all this things are called "cascading" for some reason )

Thanks!!
Aldo


-- 
::::: Aldo Bucchi :::::
mobile +56 9 8429 8300

Reply via email to