So u mean i cant use RichTextArea without RichTextToolbar ..
The document says nothing like this

On Tue, Sep 29, 2009 at 1:20 PM, Prashant <antsh...@gmail.com> wrote:

> ohh, that's area only not areat
>
>
> On Tue, Sep 29, 2009 at 1:19 PM, Prashant <antsh...@gmail.com> wrote:
>
>> 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 <parvezs...@gmail.com>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 google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to