do this...

RootPanel.get().add(new RichTextToolbar(areat));
RootPanel.get().add(area);

copy RichTextToolbar.java, RichTextToolbar$Strings.properties & all the
images in the folder from
"\gwt-windows-1.7.1\samples\Showcase\src\com\google\gwt\sample\showcase\client\content\text"
to your project....



On Tue, Sep 29, 2009 at 12:43 PM, Parvez Shah <[email protected]> wrote:

> Hello I am facing problem in making RichTextArea setEnabled(false); is it
> like RichTextArea is not meant to be setEnabeled(false);
>
>
> public void onModuleLoad() {
>         RichTextArea area = new RichTextArea();
>         area.setEnabled(false);
>         area.setHTML("<b>Name:</b> some name </br> <b>Address:</b> some
> addrsss with reallly long addresss lerts test</br><b>Tin:</b> N/A");
>
>         RootPanel.get().add(area);
>
>     }
>
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to