Dear alll, I wrote the follwoing code and the result looks strange.
RichTextEditor textEditor = new RichTextEditor();
textEditor.setWidth(350);
textEditor.setHeight(350);
textEditor.setEditAreaBackgroundColor("#ff0000");
RichTextEditor textEditor = new RichTextEditor();
textEditor.setWidth(350);
textEditor.setHeight(350);
textEditor.setEditAreaBackgroundColor("#ff0000");
Comment