Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Enabling spellchecer in TinyMCE editor
tivinelvis
Hello,
We want to enable spell checker in TinyMCE editor as our customer does not want to use the existing iespell spell checker.
We are trying to integrate PHPSpellchecker which is given in the TinyMCE portal in TeamSite. Can anyone provide us the steps to enable spellchecker in TinyMCE editor(Adding a button, providing action to the button which will have to invoke the spell checker)?
Thanks
Find more posts tagged with
Comments
Rick Poulin
Read the manuals re: configuring TinyMCE. You're looking for custom_config.js in FormsPub, and customer-teamsite-resource-config.xml for SitePub.
You should have already found the config values on the moxiecode website. It involves modifying the 'plugins' and 'toolbarrow' options with the appropriate plugin name ('iespell' I think) in either of the config files I mentioned.
Note that I've never actually managed to get that plugin working. It's pretty finicky. A better idea is to write your own plugin that ties in with a server side process to validate your content, allowing you better control over the validation, output and behaviour (not to mention making it work in browsers other than IE). Spellcheck isn't one of those things you get in any CMS without getting your hands dirty, regardless of what the sales pitch says.