You could put the RTE inside a Panel that has a ControlBar for putting in your OK / Cancel buttons. And then hide the RTE's controlBar by setting showControlBar = false.
Or, using a more sophisticated approach, you could extend the RTE to get access to the protected controlBar, on which you could then add and remove children -- you could remove the existing buttons and add your OK/Cancel buttons. Bruce --- In [email protected], "Daniel Siviter" <[EMAIL PROTECTED]> wrote: > > I want to be able to use the RichTextEditor in a popup (as a ok/cancel > dialog), but unfortunately due to the awkwardness of the design, I > can't. Preferably, the toolbar would be seperate to the TextField that > it is attached to. Any ideas? > > Thanks in advance. >
