Search code examples
gwtrichtextboxrtfhtml-editorrich-text-editor

Does GWT have richtextbox which show RTF type data?


I'm using GWT Richtextbox, But this widget shows values which are simple text or HTML formatted. Is there any way to show RTF data in a GWT-Richtext or GWT-htmlEditor widget? Or is there a widget in other GWT libraries which will do this?


Solution

  • I don't think so. About year ago we wanted to develop rtf browser on client side and we failed. There is no GWT-Rtf libraries. You could try to find something written in javascript and then wrap it with JSNI, but I haven't seen such library as well. Someone told me that it might be possible with Activex, but we haven't even tried this method.