How to use RichTextToolbar ?

2008-11-25 Thread [EMAIL PROTECTED]
Hello everybody: In my item , i must use the discreteness.Who can give me a example? 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

Re: How to use RichTextToolbar ?

2008-11-25 Thread satya
You can look at the KitchenSink demo, to follow to include RichTextToolbar. Here is what i did: 1. Included RichTextToolbar java, and the RichTextToolbar $Strings.properties in my client package. 2. Created an icons folder under client, and copied all images required by RichTextToolbar 3.

Re: How to use RichTextToolbar ?

2008-11-25 Thread 闫风
Thanks 2008/11/26 satya [EMAIL PROTECTED] You can look at the KitchenSink demo, to follow to include RichTextToolbar. Here is what i did: 1. Included RichTextToolbar java, and the RichTextToolbar $Strings.properties in my client package. 2. Created an icons folder under client, and

Re: how to use RichTextToolbar

2008-10-13 Thread Sumit Chandel
Hi samsus, You can find the RichTextToolbar class that is being used in the Showcase sample application in the /samples/Showcase directory in your GWT distribution. Feel free to use the class directly or inspire your own RichTextToolbar class from the implementation in the sample. Hope that

how to use RichTextToolbar

2008-10-09 Thread samsus
Hello everyone, in the demo at http://gwt.google.com/samples/Showcase/Showcase.html#CwRichText there is the class RichTextToolbar , however this class doesnt exist, so what can i do? do i have to implement my own RichTextToolbar? and in that case how, is there an example?