Speller on FCKEditor

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
11/12/2008 1:14:38 PM
Gravatar
Total Posts 2

Speller on FCKEditor

Hi,

I have a fresh install of mojoportal, everything apers to be working as expected but I was wondering as to how could I enable the speller on the FCKEditor.

Thanks,

dg

11/12/2008 1:40:15 PM
Gravatar
Total Posts 18439

Re: Speller on FCKEditor

Hi,

The documentation about FCKeditor spell cheking is here: http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Configuration/Spell_Checker

If you are using Firefox, you can look in /ClientScript/mojofckconfig.js and set this to true:

FCKConfig.FirefoxSpellChecker = true ;

I don't know how that got set to false as it worked before. In any case the only thing this does in Firefox is put a dotted line under words that it thinks are mispelled, it doesn't seem to offer any suggestions as far as I can tell.

For IE, look for the toolbars in mojofckconfig.js, in the one named "Full" add this to the first row right after 'Print','SpellCheck'

I just did the same thing to my copy so it will be enabled in the next release. Not sure how or when those settings got lost.

The check spelling icon will appear right next to the print icon, but only in IE.

Hope it helps,

Joe

11/12/2008 3:12:45 PM
Gravatar
Total Posts 2

Re: Speller on FCKEditor

 

Hi Joe,

Thank you for your prompt answer. I have looked at SpellerPages but  it requires PHP installed and enabled on the server. The ieSpell is for personal use only so I guess it will be without spelling :)

Thanks again,

 

dg

You must sign in to post in the forums. This thread is closed to new posts.