Tiny MCE spell check enabling - NOP 3.7

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Hello all.....

A quick question regarding getting the spell check functionality enabled in the Tiny MCE editor within the product editing windows within NOP version 3.7.  Is this possible (either browser-based or via the Tiny MCE plugin.... and I guess even the PHP spell checker would be a possibility - it really depends on which ever option is the easiest to get going)?

What I've done was added a snippet of code to the adminareasettings.richeditoradditionalsettings setting as follows (to add both the font color picker, font background color picker, and the spell checker menu)-

settings.plugins.push('textcolor'); settings.toolbar += ' | forecolor backcolor';settings.plugins.push('spellchecker'); settings.toolbar += ' | spellchecker';

It adds the buttons as I want them, and the spell checker button also contains the ability to change languages via a drop down box.  But if I click it to initiate a spell check, I get the following error-

"Error: GENERAL"

Any ideas as to what I may be doing wrong, or what I need to do to get it to working?  Thanks for any replies in advance.
5 years ago
I realize this question is old, but I'm also looking to enable spell-check. I'm running 4.1 (4.2 dev branch, actually), and this still doesn't seem to be a feature of the html editor.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.