Hi P.G.,

Have you considered using an event handler with RichTextArea? Seems
like you could add a KeyPressHandler and call getText(), do your
String replacement as needed, then setText(result).

/dmc

On Thu, Dec 2, 2010 at 10:07 AM, P.G.Taboada <[email protected]> wrote:
> Hi,
>
> as far as I read myself through some messages here (yes, I know how to
> use the search), and after looking into some wrappers and into the
> RichTextArea provided by GWt I am a little bit lost.
>
> Beside of the standard features I need to be able to extend the
> editor. While the user types, I want to be able to programmatically
> replace words or group of words.
>
> Is there any extensible GWT based editor framework/ api out there?
>
> brgds,
>
> P.G. Taboada
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Google Web Toolkit" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to 
> [email protected].
> For more options, visit this group at 
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>



-- 
David Chandler
Developer Programs Engineer, Google Web Toolkit
http://googlewebtoolkit.blogspot.com/

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to