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