/ Published in: ActionScript 3
URL: http://wiki.github.com/tschneidereit/reprise
Expand |
Embed | Plain Text
var cssStyles : CSSDeclaration = m_rootElement.styleSheet.reprise::getStyleForEscapedSelectorPath( m_myElement.reprise::selectorPath); /* usage */ m_myElement.setStyle('left',cssStyles.getStyle('left').specifiedValue() + 'px');
Comments
Subscribe to comments
You need to login to post a comment.

Alle CSS Eigenschaften sind ab UIComponent::firstDraw verfügbar.