Forum Moderators: phranque

Message Too Old, No Replies

Standard compliant WYSIWYG editor within browser window

any suggestions?

         

moltar

12:57 am on Nov 11, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I am looking for a good, standard compliant (XHTML) WYSIWYG editor that can be embeded into a page.

I need it for a simple CMS that I am going to build.

jollymcfats

3:49 am on Nov 11, 2004 (gmt 0)

10+ Year Member



TinyMCE is pretty nice. Open source, actively developed.

moltar

5:47 am on Nov 11, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Wow, that is really nice! There are a few minor things, but they can be fixed server side. For example all the headers are marked up as
<span class="header1">Test header 1</span>
and align properties are
<div align="right">
. Also the code comes out as one chunk, not line separated, though htmltidy can fix that.