Hi all,
     
I'm trying to implement copy support/ selecting the text from flex 
application and copy it on notepad or MS word etc.
 
I know we can set set selectable = "true" and it allow us to copy the text
<mx:Label selectable="true" text="search terms:" />
 
or we can use this <mx:htmlText>
 
    <mx:TextArea id="myTA" height="100" width="200">
            <mx:htmlText>
                <![CDATA[<a 
href="*http://www.adobe.com%22%3ethis%3c/a*<http://www.adobe.com%22%3ethis%3c/a>>
 
is a link.]]>
            </mx:htmlText>
        </mx:TextArea>
 
I want it to set across the application and we have few applications based 
on flex and it will be very time consuming and not efficient to apply it to 
each and every tag.
 
Note: We are not developing any application from scratch, I've to apply it 
to existing application.
 
If you have some solution or example, that will be very helpful for me.
 
Thanks


-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/flex_india/-/Gwz4MJitDAYJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to