Can anyone point me in the direction of a good rich text editor (cost not an issue) that has an inbuilt spell check or can be configured to point to an internal spelling service. I cannot use widgets that harness external jsonp services (google api etc) due to the application residing on a restricted network.
Asked
Active
Viewed 1,619 times
3 Answers
0
You could easily build a spell check into your choice editor with the aspell. There should be a library for your choice of server language.

bucabay
- 5,235
- 2
- 26
- 37
0
JavaScript Spell-Check claims to be able to integrate easily with other RTEs. In fact, they even have a page showing you how to integrate them, with a live demo. Personally, I would stick to a tried and true RTE like YUI's or WMD (used on SO) and tack on a spell-checker, like this one.

geowa4
- 40,390
- 17
- 88
- 107