fother
12 Aug 2009, 4:26 AM
click in the button "Hyperlink" and type http://www.google.com what you type dont appears in the editor.. this problem appears only in hosted mode test in window vista
public void onModuleLoad() {
final HtmlEditor editor = new HtmlEditor();
editor.setSize(600, 200);
RootPanel.get().add(editor);
}
public void onModuleLoad() {
final HtmlEditor editor = new HtmlEditor();
editor.setSize(600, 200);
RootPanel.get().add(editor);
}