Hi Guys,

I have been trying to implement the spellchecker plugin of tinyMCE for
use in one of my projects, but I keep getting this error

[ Firebug ]
tinymce is not defined
SpellcheckerPlugin()editor_plugin.js (line 1)
[Break on this error] (function(){var
JSONRequest=tinymce.util.JSONRequest,each=tinymce.each,DOM=tinym...

sfRichTextEditorTinyMCE.class.php
tinyMCE.init({
   ...
  plugins: "table,advimage,advlink,flash,spellchecker",
  ...
  theme_advanced_buttons4: "spellchecker",
   ...
  spellchecker_languages : "+English=en"
}

Has anyone implemented spellchecker successfully, please share your
views.

Thanks,

Ved


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-devs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to