Monday, April 14, 2008

Cross browser compatible WYSIWYG editor

reference: http://code.google.com/p/gwt-html-editor/

This is a simple but sufficient for most cases WYSIWYG HTML (Rich Text) Editor Widget fully (99% + JSNI) implemented with GWT.

Features include:

  • bold, italic, underline
  • subscript, superscript
  • align left, right, center, justify
  • ordered & unordered lists
  • hyper links
  • images
  • font size and styles
  • undo/redo
  • clear formatting
  • ability to work directly with the HTML source

Browser support: Firefox, IE, Opera. Safari support is in the works.

I have read at some point (in the source code of some site ;) ) that it supports safari 1.3 :) if any one can confirm then please do update me.

No comments: