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

Regards,

Shivang

link|improve this question

50% accept rate
Can you give an example of what you're trying to do? You can assign html to the "htmlText" property of TextArea. (livedocs.adobe.com/flex/3/html/…) – Glenn Jul 8 '09 at 8:10
feedback

1 Answer

Do you mean running Javascript from inside the HTMLtext? I do not think that is possible. I may have misunderstood what you're trying to say though.

link|improve this answer
hi, thanks for quick reply. I want to move arrow image in textarea on click event or key down or up event. So for that i put image in htmltext. Now i want to move image on events. is it possible? – shivang Jul 8 '09 at 8:09
Hmmm... to do this, you have to use Actionscript to detect the event, and then use the event handler to modify the HTMLtext. – CookieOfFortune Jul 8 '09 at 13:24
ya, thanks again. But how to detect and modify current htmltext. can u provide some detail information about it. – shivang Jul 9 '09 at 5:03
@shivang - can you give some more information on what you're trying to do? For example, do you want to animate the image, or just change its location in the text? – Ross Henderson Jul 9 '09 at 22:15
@rhtx - Hi, I want to change location of image within textarea. Like, we see in other texteditors. – shivang Jul 13 '09 at 12:20
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.