Tagged Questions
1
vote
2answers
9k views
ActionScript 3 TextArea htmlText styling using <span> tag
According to this webpage, the htmlText property in TextArea can handle CSS text style if using span tag. I want to format multiple tags in my code. Something like:
var tags:TextArea = new ...
0
votes
1answer
167 views
How to remove default CSS from TextField in flex?
I'm in serious fight with it. I need to set the defaultTextFormat of a TextField component to my own values. I can't do that since the component does not use the defaultTextFormat if it has it is ...