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 context menu when the user right clicks on a <a href...>link</a>
. Can I control the context menu for a link displayed inside of the htmlText
of a mx:TextArea
?