i just type out mx:RichTextEditor into a file in flexbuilder, hold control key and click on that tag- it opens up the source for you.
d. On Wed, Jul 16, 2008 at 2:45 PM, Amy <[EMAIL PROTECTED]> wrote: > --- In [email protected] <flexcoders%40yahoogroups.com>, "Tracy > Spratt" <[EMAIL PROTECTED]> wrote: > > > > It is under the install folder. Easiest way to find it is to search > for > > it. > > Another easy way is to create a RTE in Actionscript and put a > breakpoint on the line: > > variable=new RichTextEditor(); > > then use the Step Into button to execute the next line of code. This > will open the file and highlight the constructor. > > HTH; > > Amy > > >

