3

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.

redsquare
  • 78,161
  • 20
  • 151
  • 159

3 Answers3

1

tinymce is a solid RTE that can use ASpell or PSpell for its spell checking plugin

robjmills
  • 18,438
  • 15
  • 77
  • 121
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.

http://aspell.net/

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