Hello all, All I needed to was add spellchecker in editor_template.js's theme_advanced_buttons1 and that gave me the button in toolbar.
Thanks in advance, Sonal. On Aug 13, 9:05 am, Sonal Breed <sonal.br...@gmail.com> wrote: > Hello Joost, everyone, > > I am trying to add specllchecker in tinymce toolbar. > I installed PyEnchant package and in settings.py have added > following:- > TINYMCE_DEFAULT_CONFIG = { > 'plugins': "table,spellchecker,paste,searchreplace, emotions, > inlinepopups", > 'theme': "advanced", > 'cleanup_on_startup': True, > 'custom_undo_redo_levels': 10, > 'language': "{{ language }}", > 'directionality': "{{ directionality }}", > 'spellchecker_languages' : "{{ spellchecker_languages }}", > 'spellchecker_rpc_url' : "{{ spellchecker_rpc_url }}" > > } > > I still am not able to see the spellchecker in the toolbar, > I am definitely missing something, can anybody tell me wht > additional steps I need to take?? > > Thanks in advance, > Sincerely, > Sonal. > > On Jul 15, 11:24 am, Sonal Breed <sonal.br...@gmail.com> wrote: > > > I will keep you posted, Joost, on this issue... > > > On Jul 15, 2:43 am, Joost Cassee <jo...@cassee.net> wrote: > > > > On Jul 14, 10:51 pm,SonalBreed <sonal.br...@gmail.com> wrote: > > > > > After I made TINYMCE_COMPRESSOR as False, I could get tinymce toolbar. > > > > However, the style dropdown is showing empty, and there are couple of > > > > other things I would like to have, like spell checker and color. > > > > Have to go through tinymce docs, do u have any tips? > > > > Setting the TinyMCE options (as documented in the TinyMCE wiki [1]) in > > > TINYMCE_DEFAULT_CONFIG, as you have done, should just work. You will > > > need a language pack for every language in LANGUAGES and the Enchant > > > library as explained in the django-tinymce documentation [2]. > > > > [1]http://wiki.moxiecode.com/index.php/TinyMCE:Configuration > > > [2]http://django-tinymce.googlecode.com/svn/trunk/docs/.build/html/insta... > > > > There have been reports that django-tinymce has a problem with > > > languages with non-ASCII characters. I'm still trying to reproduce > > > this. > > > > If you have more specific questions I may be able to help you > > > better. :-) > > > > Regards, > > > > Joost > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---