Thanks Gordon! What is the reason for having textField property protected?
Igor On 1/23/07, Gordon Smith <[EMAIL PROTECTED]> wrote: > > > > > > > > > > Anything in the mx_internal namespace is not officially supported and may go > away in a future release without notice. > > > > I recommend that you subclass TextArea and access the protected var > textField, which is officially supported. > > > > - Gordon > > > > ________________________________ > > From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of > Igor Dimitrijevic > Sent: Tuesday, January 23, 2007 9:38 AM > To: [email protected] > Subject: [flexcomponents] Re: Flash Text Editor 2 for Flex beta > > > > > > > > http://flashtexteditor.com/flexdemo/ > Another example now using TextArea component with most of the bugs > fixed. "View Source" enabled. > > I am using mx_internal namespace there to be able to control internal > textField. Easier to implement then by subclassing TextArea, but can > break with the next Flex release? > Any opinion on that? > > Thanks. > > Igor Dimitrijevic > www.flashtexteditor.com > > On 1/18/07, Igor Dimitrijevic <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I am working on AS3 version of Flash Text Editor (www.flashtexteditor.com). > > If anyone is interested in beta testing, please email me. > > > > Feature list can be found at: http://flashtexteditor.com/index.php?docid=3 > > It exports clean html and supported tags are: > > p (align, class), > > span (class), > > img(src, width, height, id, align, vspace, hspace), > > a(href, target), > > ul, > > li, > > strong, > > em, > > u > > > > Flash HTML export is also supported. > > > > Flex demo: http://flashtexteditor.com/flexdemo/FTE2test.html > > ActionScript API is almost the same as AS2 version: > > > http://flashtexteditor.com/userguide/HelpPanel/Help/FlashTextEditor2/index.html > > > > Any suggestions are welcome. > > > > Igor Dimitrijevic > > www.flashtexteditor.com > > > > > >
