cancel
Showing results for 
Search instead for 
Did you mean: 

How to enable spellcheck plugin into TinyMCE WYSIWYG editor?

tvaughan77
Champ in-the-making
Champ in-the-making
Hi,

I think I followed the instructions
here:  http://wiki.alfresco.com/wiki/Configuring_XForms_Widgets and
here: http://wiki.moxiecode.com/index.php/TinyMCESmiley Tonguelugins/spellchecker

But I still can't get a spellcheck button to show up in my TinyMCE editor.

I unzipped the spellchecker.zip into the tomcat/webapps/alfresco/scripts/tiny_mce/plugins directory and here's a snippet of my web-client-config-wcm.xml file. .  .can anyone see if I'm doing something obviously wrong?


           <widget xforms-type="xf:textarea"
                   appearance="custom"
                   javascript-class-name="alfresco.xforms.RichTextEditor">
             <param name="theme_advanced_buttons1">bold,italic,underline,strikethrough,separator,justifyleft,…blahblahblah</param>
             <param name="height">300</param>
             <param name="cleanup_on_startup">true</param>
             <param name="convert_newlines_to_brs">false</param>
             <param name="force_p_newlines">false</param>
             <param name="apply_source_formatting">true</param>
             <param name="plugins">spellchecker</param>
             <param name="theme_advanced_buttons2">spellchecker</param>
           </widget>
6 REPLIES 6

tvaughan77
Champ in-the-making
Champ in-the-making
bump

daxter123
Champ in-the-making
Champ in-the-making
Did you find any solution of this?

tvaughan77
Champ in-the-making
Champ in-the-making
Nope/bump

lee
Champ in-the-making
Champ in-the-making
I've had the same problem and found the tiny_mce spellchecker won't work as downloadable from tiny mce (because it's meant to run on a php page).

Have a look here: http://achorniy.wordpress.com/2009/08/11/tinymce-spellchecker-in-java/
for a jsp based spell checker.

jasonmurchie
Champ in-the-making
Champ in-the-making
I just got TinyMCE spellchecking working with the nanospell <a href='http://tinymcespellcheck.com'>tinymce spellchecker</a> plugin on an ASP.Net server.  Also works in PHP without PSpell, Java and ASP.

jorbateri
Champ in-the-making
Champ in-the-making
Hi.
Pardon me, my English isn`t the best.
I want to configure nanospell but I can not.
Coud you help me, JasonMurchie? I don`t know how to configure.

Which is the place for:


      external_plugins: {"nanospell": "js/tiny_mce/plugins/nanospell/plugin.js"},
      nanospell_server: "php",
      nanospell_dictionary: "es",
      nanospell_autostart: true,
      nanospell_ignore_words_with_numerals: true,
      nanospell_ignore_block_caps: false,
      nanospell_compact_menu: false

Thank you.
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.