Tagged Questions

1
vote
2answers
8k 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 ...
1
vote
3answers
3k views

Flex: How to call an actionscript function from htmlText anchor

Is there any way to call an action script function from an anchor which defined in TextArea component's htmlText property. Thank you
0
votes
0answers
123 views

Img tag magically appears in htmlText of Halo TextArea component

I am using Flex 4, ActionScript 3. I am using an AdvancedDataGrid in which one of the columns uses a custom itemRenderer that extends the Halo TextArea (I had to use the Halo component because I ...
0
votes
2answers
216 views

Can I get access to htmlText setter code in textArea in Flex?

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 is ripping of html from the ...
0
votes
0answers
639 views

htmltext of TextArea in Flex 3 disappears when embedding fonts!

I have textArea which gets the text through user input in runtime. User input comes through Richtexteditor so it is html I save the html text from Richtexteditor to textArea's htmltext property. ...
0
votes
1answer
559 views

htmltext as object in flex

is it possible to convert htmltext in object and move that object in textarea? Regards, Shivang