Funny, I must have posted my question about the RichTextEditor
("Converting Rich Text to HTML ") at just about the same time as this
thread was started.

If the methods referred to below are undocumented, where can
information about them be found? Also, since they are undocumented is
there a chance they might be changed or removed in the future thereby
causing code to break?

Paul


--- In [email protected], "Daniel Freiman" <[EMAIL PROTECTED]> wrote:
>
> There are some undocumented methods of the UITextfield that might be
useful
> if you can make use of them.  Specifically getTextRuns() and
getXMLText()
> might be useful to you depending on what functionality you are
looking for.
> 
> - Dan
> 
> On 12/29/06, Brian Dunphy <[EMAIL PROTECTED]> wrote:
> >
> >   When working on a CMS in Flex, I was making heavy use of the RTE
> > component, and I too discovered the horrible markup it generates. My
> > only advice would be to write a good formatter using regex in either
> > AS3 or your backend. I started to write one in AS3 but it's nowhere
> > near completion.
> >
> > I disable a lot of the functionality of the RTE in the CMS, i.e. I
> > don't allow them to change fonts, colors, etc. I only allow them to
> > format lists, paragraphs, links, etc. It cuts down on the bad markup
> > (not sure if this is an option for you).
> >
> > Best of luck!
> >
> > Brian
> >
> > On 12/28/06, joshuagatcke <[EMAIL PROTECTED] <joshua%40visua.ca>> wrote:
> > >
> > >
> > >
> > >
> > >
> > >
> > > I am wondering if it is possible to change the markup that is
output by
> > the
> > > rich text editor, if
> > > anyone has any tips or advice, it would be much appreciated.
> > >
> > > Thanks in advance,
> > >
> > >
> >
> > --
> > Brian Dunphy
> >  
> >
>


Reply via email to