What I need to do is to have a JSP page with multiple instances of an HTML editor inside the page. Currently, I am using FCK editor but my boss wanted a simple one so that it does not slow down the loading of the page. Please let me know of a simple HTML editor that can be instantiated inside my JSP. I only need a simple HTML editor with the following features: bold, italic, indent/outdent, underline, bullet/numbering, hyperlink, left/right/center/justify and spell check.
Your immediate responses will be greatly appreciated.
Thank you very much.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35240
7
posted
0
FCKEditor is just HTML and JavaScript, isn't it? You should be able to remove all features you don't need without too much effort.