Page 1 of 1

fckeditorx1.1.0 One Possible Problem and One Spell Check Suggestion

Posted: Sat Apr 19, 2008 4:26 pm
by Russ
I've only had a quick look, but very nice indeed, especially the 'Insert CMMS module' tags - I think this could save many support questions!

However, they maybe a problem with this editor and certain tags, namely that the editor will automatically surround them with a {tag}. There does not seem to be an obvious way to stop it surrounding {CMSMS Modules/Plugins/UDT's/tags} with paragraph tags as this is the desired behaviour. Perhaps there is and I've just not seen it? You can alter the config, sure swap and on Enter and Shift Enter , but this causes other problems. One way would be of course to surround it with another tag like {tag} - but this seems pretty unsematic to me? Is there another way?

Also a suggestion, for those who want spell checking with Firefox ;-) you could add the rtspellCheck'https://sourceforge.net/tracker/index.php?func=detail&aid=1581776&group_id=75348&atid=737639' plugins to the plugins folder and the following to you fckconfig.js, around line 160. Further instructions with the plugin and it seems to work with Firefox 3 beta quite well.

Code: Select all

FCKConfig.FirefoxSpellChecker	= true ;
FCKConfig.Plugins.Add( 'rtSpellCheck' ) ;
I'm presuming you already have your desired Firefox dictionary add-on installed.

Russ