final RichTextArea rtb1 = new RichTextArea();
final RichTextArea rtb2 = new RichTextArea();

If you have two RichTextBoxes displayed and you enter rich text into
one box then click a button to transfer that text to the other
RichTextBox it loses it's richness.

rtb1.setText(rtb2.getText());

Is it possible to retain the formatting?

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