Rich Text Editor with Tab and Table Support
Posted
by Chris W.
on Stack Overflow
See other posts from Stack Overflow
or by Chris W.
Published on 2010-06-16T15:39:54Z
Indexed on
2010/06/16
15:42 UTC
Read the original article
Hit count: 403
We are developing a project for a client that requires a rich text editor that supports both tables and "real" tabs for indentation. Of the editors we've looked at, both TinyMCE and FreeRichTextEditor are very close fits, but indenting with tab seems to only work in WebKit-based browsers.
Is there a (preferably free) cross-browser compatible rich text editor that supports both of these features, or a way of 'fixing' tab support in Trident and Mozilla-based browsers?
© Stack Overflow or respective owner