Hi all, I have been looking at the RichTextArea widget and reading up online on the various way people extend it. It seems like when people aren't satisfied with the GWT implementation, they roll their own using libraries like TinyMCE (http://consult.goannatravel.com/blog/ 2007/11/22/gwt-tinymce-widget/) or SmartGWT (http://code.google.com/p/ smartgwt/).
I need to add functionality that is not available in the GWT RichTextArea, such as: * Add header (h1, h2, ...) * Table support (insert table, add/remove row, merge cells, etc.), and * More Is the correct approach in GWT to find an existing library that supports most of these features? Should I try to extend the built-in component? All of these functions seem to be implementable using Midas functions, but digging through the GWT implementation, it seems like I would have to extend RichTextAreaImpl, and it seems like I have no control over how that class gets created at runtime. Any help, or a pointer to the preferred approach would be appreciated! Thanks! -- 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.
