Online WYSIWYG Editor Research
For that past couple of weeks I’ve been research the inner-workings of HTML / Javascript WYSIWYG editors. I’ve found some really good resources and know the basics of how it is possible, but a little disappointed about what some browsers output. Most browsers output some dirty HTML code but looks like most developers cleanup the output for XHTML. The following are sites I used in my research:
Cross-browser resources:
- execCommand compatibility - QuirksMode site
- Caret position in Internet Explorer
- Using JavaScript to Create a Powerful GUI O’Reilly Network
Microsoft Internet Explorer specific resources:
Mozilla/Firefox specific resources:
Apple Safari specific resources:
Current Products:
(Both Commercial and Open Source)
- TinyMCE Editor (LGPL licensed) by Moxiecode Systems AB: Browser support: Mozilla, MSIE, FireFox, Opera and Safari (experimental), and XHTML 1.0 output.
- Cross-Browser Rich Text Editor (RTE) (Creative Commons License) - the online home of Kevin Roth Browser support: MSIE 5.5+/Mozilla 1.3+/Firefox 0.6.1+/Netscape 7.1+/Mac Safari 1.3+/Opera 9+
- openWYSIWYG (LGPL licensed) - Open Source Cross-Browser WYSIWYG Editor Browser support: MSIE 5.5+ (Windows), Firefox 1.0+, Mozilla 1.3+ and Netscape 7+.
- eArea (LGPL licensed) - a really simple web-based text editor Browser support: MSIE, Firefox/Mozila and Safari/Konqueror.
- I will add more to these list later…













