Try adding a KeyboardListener that grabs the text (not HTML formatted
text), checks its length and disables keyboard entry if it's over a
certain amount.

--
Arthur Kalmenson



On Sun, Jan 4, 2009 at 2:44 AM, falcon_whiz <[email protected]> wrote:
>
> Hi,
>  I want to limit the text length inside the rich text area widget
> provided by GWT. But there is no implementation of a method like
> maxLength in this widget. I have tried implementing it using substring
> inside keyboardlistener but the problem is that I lose all the HTML
> formatting. Can anybody suggest a possible workaround.
>
> Regards
> Yasser
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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