How to do binding inside htmltext CDATA
- by Hichem
I couldn't find a way to bind a variable inside the htmlText property of a Text component
i want to be able to do something like this :
<mx:Text id="bodyText" styleName="bodyText">
<mx:htmlText >
<![CDATA[<img src='assets.OrangeRect' align='left' hspace='0' vspace='4'/> Bonjour {UserData.name} ]]>
</mx:htmlText>
</mx:Text>
i want to bind UserData.name