Customizing RichTextArea with insertHtml in GWT 2.0

2010-08-01 Thread UncleBob
The JRE functions in Trevis' select text example - where are the binaries? I was just alerted to the JRE Emulation packages when I needed to track down the origin of the code that Trevis posted for grabbing a selection. But when I look in the gwt-user.jar, all I find is the source code for the

Re: Customizing RichTextArea with insertHtml in GWT 2.0

2010-01-01 Thread Trevis
I feel like i must be missing something obvious but i'm not seeing any convenience method to get the selected text. Seems too obvious to be an oversight. Any help would be much appreciated. Trevis On Dec 31 2009, 9:26 am, Trevis trevistho...@gmail.com wrote: I'd like to create a custom rich

Re: Customizing RichTextArea with insertHtml in GWT 2.0

2010-01-01 Thread Anoop John
Hi Tevis, If u want customize your text area you should use RichTextArea and a toolbar for changing the font,color , creating a link etc. This tool bar is freely available in http://gwt.google.com/samples/Showcase/Showcase.html#CwRichText. Note that the code is available in gwt samples. On Jan

Re: Customizing RichTextArea with insertHtml in GWT 2.0

2010-01-01 Thread Anoop John
Tevis Please see the post below. http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/ae9a0ebff58a8f15 On Jan 1, 11:07 pm, Trevis trevistho...@gmail.com wrote: I feel like i must be missing something obvious but i'm not seeing any convenience method to get the selected

Re: Customizing RichTextArea with insertHtml in GWT 2.0

2010-01-01 Thread Trevis
Hey thanks, I've seen that post which was what turned me on to RichTextToolbar when i started to research this a couple of days ago. It looks great and will definitely be the inspiration for how i create mine. The problem is i want to do custom functionality that the raw Formatter object doesn't

Customizing RichTextArea with insertHtml in GWT 2.0

2009-12-31 Thread Trevis
I'd like to create a custom rich text aera. I think I I've got a fair handle on how it works from playing with the showcase RichTextToolbar source code. The Formatter.insertHtml method seems like it will get almost exactly what i need. But, there is one critical peice of the puzzle I have yet to