You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
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
Arthur Kalmenson
unread,
Jan 6, 2009, 9:40:04 AM1/6/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google-We...@googlegroups.com
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.