Skip to main content
January 8, 2009
Question

Spellcheck and CFExecute

  • January 8, 2009
  • 1 reply
  • 371 views
I am using Coldfusion8 and I am trying to implement a spellchecker in the FCKEditor. I cannot use ASpell and the SpellerPages option as it uses CFExecute and I cannot use that tag on my server. Does anyone know of any other spell checker that can be used by FCKEditor that doesn't use CFExecute?

Thanks
    This topic has been closed for replies.

    1 reply

    Participating Frequently
    January 8, 2009
    See here:

    http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Spell_Checker

    The first one listed, ieSpell, is client side and only works on Internet Explorer, but it would suit your needs for that purpose.

    AFAIK all server-side versions require something akin to a server-side install or use of CFExecute, neither of which a shared host will be keen on.