Hi,
Having tried many javascript RTEs, I always seem to run into one or more showstopper issues.
I was wondering if there were techniques other than the HTML designMode to build an RTE and work around these in a clean manner.. Maybe in Flash, or as a Java Applet or something?
PS: Things that are usually problematic in javascript RTEs:
- There is no way to prevent users from pasting arbitrary rich text into the editor from other applications
- No way to guarantee that the generated code is valid XHTML
- Cannot have more than one editor on the same page
- Cannot customize the controls associated with the RTE.
- Cannot open the RTE in a jQuery/YUI dialog