Subclass, get to the internal TextField and use the TextField APIs

From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of wwwpl
Sent: Monday, September 15, 2008 3:23 PM
To: [email protected]
Subject: [flexcoders] Get TextArea Line Contents


I wish there was a method to get the text for each line in a TextArea
control. I have some text that I don't want to get broken up by word
wrapping. Is there a way to access the content of each line of text
in a TextArea?

I have this line of text:

Here is a whole bunch of text [ Images Only ]

Sometimes it wraps and breaks up [Images Only] like this:

Here is a whole bunch of text [ Images
Only ]

If I could access the text, I could put a newline to force it to wrap
where I need it to wrap. Maybe there is a better control for this
situation.

Reply via email to