On Jun 5, 5:34 pm, bsmith <[EMAIL PROTECTED]> wrote: > there was a previous post about spell checking but it doesn't seem to > allow any replies, so: > > has anyone implemented server-side spell checking? > > tinyMCE has a PHP plugin available.. but I really need something that > can run in CF, or at a pinch - ASP/.NET > > anyone have any ideas?
Quick fix -- you can use IESpell with tinyMCE: http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/iespell Longer term fixes, I like the idea of getting the Google spell plugin for tinyMCE to go with CF: http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/spellchecker I can't believe this would be too hard, and might make a great plugin candidate, "googleSpell" -- but it means your server needs to be able to reach Google which is not always possible. Another possibility with legs is described here: http://bugs.farcrycms.org:8080/browse/FC-105 Just haven't had the time to build on what people have already contributed. All the best, -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev?hl=en -~----------~----~----~----~------~----~------~--~---
