Is there any way to set word wrapping on a RichTextArea? I found the HasWordWrap interface in the com.google.gwt.user.client.ui package but RichTextArea doesn't implement it. With that interface you should be able to getWordWrap() and setWordWrap().
Classes that implement HasWordWrap: Anchor, HTML, InlineHTML, InlineLabel, Label I could do my own programmatic solution but that doesn't seem very clean for an object that should have the ability to word wrap on its own. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
