Xavi, Back in October you posted an example of extracting the RichTextEditor's toolbar to a global location as shown here:
http://www.code4net.com/rte Can you publish the source code? I'm looking to do something very similar. Thanks, Bruce --- In [email protected], "Xavi Beumala" <[EMAIL PROTECTED]> wrote: > > Hi all, > > I've been working on an application which needed to deal with a > richTextEditor. The problem with the flex one is that it only can manage one > textArea and this didn't fit to much to requirements. > > I've built an adapted RTE from the RTE flex code, for sure arround 80% or > above of the code is the same (due to the way flex RTE is built I haven't > found a way to extend from it an overwrite the funcionality so I've copied > and pasted the code into a new class). > > The question is, can I post the code publicly and redistribute the new > component? > > A working sample can be found at: http://www.code4net.com/rte > > Best > Xavi Beumala > http://www.madeinflex.com >
