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:
Greetings,
I can see that when I set htmlText in a textarea control, the text property contains the html free version of the text. So there is a parser somewhere that ...
I'm building a chat room with Flex. Although my flex application contains a lot more (like users list, other buttons), most of the application is based on a text area, a ...