0
votes
2answers
248 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:TextA …
0
votes
1answer
120 views
Can I control the context menu on a link in htmlText when using Flex?
I created a Flex application with a textArea. I'm populating the textArea's htmlText property.
I have a context menu on the textArea, but I don't see how to make a different conte …
0
votes
1answer
213 views
htmltext as object in flex
Hi Guys,
is it possible to convert htmltext in object and move that object in textarea?
Regards,
Shivang
0
votes
3answers
702 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
423 views
Flex3: Canvas over TextArea
There are two issues with TextArea htmlText that I posted as single questions: embeded images and images aligning.
It's just impossible to solve this problem using only TextArea c …
0
votes
2answers
367 views
Flex. Images aligning in htmlText
I set htmlText property of a TextArea to the following value:
<img src="img.gif" />Some text<br><img src="img.gif" />Some text
The top edge of "Some text" is a …
0
votes
7answers
1k views
Flex. Embeded images in htmlText
Images can be included in TextArea control using htmlText property:
ta.htmlText = '<img src="http://..."/>';
How can i reference embeded images?
An example:
<mx:TextA …
0
votes
2answers
2k views
displaying an image inline in TextArea.htmlText
I would like to display some smiley's inbetween text in my chatbox but when i add an image it gets displayed on a seperate line...
Any ideas?
<mx:TextArea id="myChat" width="2 …
