Re: Error: ce is not defined

2009-08-13 Thread Sonal Breed
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 wrote: > Hello Joost, everyone, > > I am trying to add specllchecker in tinymce toolbar. > I install

Re: Error: ce is not defined

2009-08-13 Thread Sonal Breed
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_startu

Re: Error: ce is not defined

2009-07-15 Thread Sonal Breed
I will keep you posted, Joost, on this issue... On Jul 15, 2:43 am, Joost Cassee wrote: > On Jul 14, 10:51 pm,SonalBreed 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

Re: Error: ce is not defined

2009-07-15 Thread Joost Cassee
On Jul 14, 10:51 pm, Sonal Breed 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

Re: Error: ce is not defined

2009-07-14 Thread Sonal Breed
Well Joost, 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? Thanks in advance, Sonal.

Re: Error: ce is not defined

2009-07-14 Thread Joost Cassee
On Jul 14, 1:53 am, Sonal Breed wrote: > I am trying to add django-tinymce-1.5 in my application. > I downloaded tinymce_3_2_5 and installed it using sudo python setup.py > install. > > In my settings I have following: > [...] > INYMCE_JS_URL = MEDIA_URL + 'js/tiny_mce/tiny_mce.js' > TINYMCE_JS_