| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Jun 2006
Posts: 54
|
any one knows how to make a link inside a textarea,
i have this datagrid and a textArea what i want to do is place a link in the xml something like <catalog> <book> <name> <a href='tony' target='?????'></a>some textsome textsome textsome text see also tony</name> <desc>blablablablablablablabla</desc> </book> <book> <name>tony</name> <desc>blablablablablablablablablablabla</desc> </book> </catalog> is it possible or maybe samothing like it, please any idea will help |
|
|
|
|
|
#2 |
|
Registered User
Join Date: Apr 2004
Posts: 39
|
That looks like it might work but you would need to close the <a> tag after the text "...see also tony</a></name>"
|
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jun 2006
Posts: 54
|
that won't work at all, i already tried it
but i did something different i added a tag in the xml call <link> and a label in my mxml it goes something like this <mx:Label id="src" x="2" y="390" width="436" text="{datagrid.selectedItem.link}" click="inputText.text=src.text" toolTip="Go to {datagrid.selectedItem.link}"/> so if there is a link and u click on it, will take u to it's definition not exactly what i wanted but it works |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to make link color change on mouseover? | bchapp3182 | ActionScript 2.0 | 1 | 06-02-2005 05:14 AM |
| canīt make button inside movieclip loadMovie | marel | ActionScript 2.0 | 4 | 05-15-2005 07:16 AM |
| Window Component & TextArea Inside | BadDude | Components | 2 | 11-11-2004 06:22 AM |
| How to make a URL link from FlashMX, possible? | cp2 | ActionScript 1.0 (and below) | 1 | 07-07-2002 11:08 AM |
| How to make each line of text in a SINGLE text field link to different Movie Frames? | salex2 | ActionScript 1.0 (and below) | 3 | 03-14-2001 08:57 AM |