django-tinymce not rendering in IE11

2016-02-24 Thread frocco
Hello, Works fine in Chrome or Firefox. Does not render using IE11. did pip install django-tinymce Can someone help me with this? Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop

Re: Django TinyMCE external_image_list_url breaking admin urls

2015-11-08 Thread Chris Davies-Barnard
getting a traceback? >> >> Regards >> >> Chris >> >> >> >> On Sunday, 8 November 2015 05:30:33 UTC, James Schneider wrote: >>> >>> Try changing the reverse() call to just reverse('imagelist'). I believe >>> reversing using

Re: Django TinyMCE external_image_list_url breaking admin urls

2015-11-08 Thread Chris Davies-Barnard
t;> ;-) >> >> If that doesn't work, please post the error and entire traceback that you >> are receiving. >> >> -James >> On Nov 7, 2015 9:53 AM, "Chris Davies-Barnard" >> wrote: >> >>> Hi all, >>> >>>

Re: Django TinyMCE external_image_list_url breaking admin urls

2015-11-08 Thread James Schneider
that doesn't work, please post the error and entire traceback that you >> are receiving. >> >> -James >> On Nov 7, 2015 9:53 AM, "Chris Davies-Barnard" >> wrote: >> >>> Hi all, >>> >>> I posted this on SO but have not ha

Re: Django TinyMCE external_image_list_url breaking admin urls

2015-11-08 Thread Chris Davies-Barnard
not had any interest and I'm still stuck so >> would really really appreciate someone taking a look. >> >> I have a pages app into which I have implemented TinyMCE for the main >> content. This works and I am able to format content and view it on the >> front en

Re: Django TinyMCE external_image_list_url breaking admin urls

2015-11-07 Thread James Schneider
ges app into which I have implemented TinyMCE for the main > content. This works and I am able to format content and view it on the > front end. I'm now trying to add the image list support as per the > Django/TinyMCE Docs > <https://django-tinymce.readthedocs.org/en/latest/usage.htm

Django TinyMCE external_image_list_url breaking admin urls

2015-11-07 Thread Chris Davies-Barnard
. I'm now trying to add the image list support as per the Django/TinyMCE Docs <https://django-tinymce.readthedocs.org/en/latest/usage.html#external-link-and-image-lists> but have stumbled upon a problem. When I uncomment the mce_attrs line below all my admin urls break not just the pa

Re: django + tinymce problems

2012-10-29 Thread sri
Thanks for the reply Tom. It worked after changing to relative paths. Sreekanth On Monday, 29 October 2012 11:13:17 UTC, Tom Evans wrote: > > On Sun, Oct 28, 2012 at 9:44 PM, sri > > wrote: > > Hi, > > > > I have tried using tinymce in my sample django application, but i am not > > getting

Re: django + tinymce problems

2012-10-29 Thread Tom Evans
On Sun, Oct 28, 2012 at 9:44 PM, sri wrote: > Hi, > > I have tried using tinymce in my sample django application, but i am not > getting the tinymce editor in my admin pages. > > I am trying to setup tinymce to use in admin pages and using Django 1.4 > > This is how my settings.py file looks like

django + tinymce problems

2012-10-28 Thread sri
Hi, I have tried using tinymce in my sample django application, but i am not getting the tinymce editor in my admin pages. I am trying to setup tinymce to use in admin pages and using Django 1.4 This is how my settings.py file looks like MEDIA_ROOT = ' ' MEDIA_URL = ' ' STATIC_ROOT =

Re: django + TinyMce

2012-08-21 Thread Владислав Иванов
Guys, Thanks!! I have converted my class and I did it! But displays the text along with the styles for some reason: Дипломная работа была выполнена в 2010 г. специалистами Учебного центра Рефермейкер по индивидуальному заказу.Общий объем дипломной работы на тему «Женская преступность» — 78 ст

Re: django + TinyMce

2012-08-20 Thread Kolbe
Here's a good reference. http://www.hackedexistence.com/project/django/video4-tinymce.html On Monday, August 20, 2012 2:36:22 PM UTC+8, Владислав Иванов wrote: > > Hello! I am a novice. I want to install TinyMce on Django. I tried a lot > of lessons posted on the Internet, nothing. 3 days can no

Re: django + TinyMce

2012-08-20 Thread lakesh
http://www.youtube.com/watch?v=bJeTEDRvGVA. Try this... On Monday, August 20, 2012 2:36:22 PM UTC+8, Владислав Иванов wrote: > > Hello! I am a novice. I want to install TinyMce on Django. I tried a lot > of lessons posted on the Internet, nothing. 3 days can not adjust. Please > tell me a link t

Re: django + TinyMce

2012-08-20 Thread Amyth Arora
> anounce = models.TextField(verbose_name="Описание работы") > > soderz = models.TextField(verbose_name="Содержание") > > istochnik = models.TextField(verbose_name="Список литературы") > > > class Meta: > > verbose_name_plural = "Работы&q

Re: django + TinyMce

2012-08-20 Thread Владислав Иванов
timedelta(days=1) понедельник, 20 августа 2012 г., 17:46:38 UTC+6 пользователь Amyth написал: > > Hey there, i could not really find a detailed step by step tutorial on > setting tinyMCE on django, so i did one for you and for others, you > can check it out here > http:

Re: django + TinyMce

2012-08-20 Thread Amyth Arora
Hey there, i could not really find a detailed step by step tutorial on setting tinyMCE on django, so i did one for you and for others, you can check it out here http://techstricks.com/django-tinymce-tutorial-step-by-step/ and feel free to ask any question if you face any problems On Mon, Aug 20

Re: django + TinyMce

2012-08-20 Thread Aljoša Mohorović
HTMLField() is probably the easiest way to use django-tinymce: http://django-tinymce.readthedocs.org/en/latest/usage.html#the-htmlfield-model-field-type let me know if you have any issues. Aljosa -- https://twitter.com/maljosa https://github.com/aljosa -- You received this message because you

Re: django + TinyMce

2012-08-20 Thread miigaa ..
http://django-tinymce.googlecode.com/svn/tags/release-1.5/docs/.build/html/installation.html -- 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

Re: django + TinyMce

2012-08-20 Thread Aljoša Mohorović
skip step #4, 1-3 should be enough: http://django-tinymce.readthedocs.org/en/latest/installation.html#id2 Aljosa -- https://twitter.com/maljosa https://github.com/aljosa -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, sen

Re: django + TinyMce

2012-08-20 Thread Diego pascual lopez
Hi, Try this link https://github.com/aljosa/django-tinymce Regards. On Mon, Aug 20, 2012 at 8:36 AM, Владислав Иванов wrote: > Hello! I am a novice. I want to install TinyMce on Django. I tried a lot > of lessons posted on the Internet, nothing. 3 days can not adjust. Please > tell

django + TinyMce

2012-08-19 Thread Владислав Иванов
Hello! I am a novice. I want to install TinyMce on Django. I tried a lot of lessons posted on the Internet, nothing. 3 days can not adjust. Please tell me a link to a detailed and clear tutorial -- You received this message because you are subscribed to the Google Groups "Django users" group.

django-tinymce

2011-04-22 Thread Nolan Bradshaw
admin flatpage model and add the js = [ ]. Basically to the tee. I am using python2.7 and django 1.3. django-tinymce 1.5a1 for 1.3 django. If anyone has had troubles installing this application please provide insight. The other option I have is to use the tinymce from the developers and install it all

Re: django tinyMCE is normal text field instead of rich text formatting? a fix please.

2010-09-14 Thread bagheera
Dnia 13-09-2010 o 18:57:35 tricks...@googlemail.com napisał(a): I installed Django tiny mce however i am getting a normal text area in my admin. Can anyone help me to correct this to a rich text area where i can access text formatting? I just downloaded newest tinyMCE and placed it in 'js'

Re: django tinyMCE is normal text field instead of rich text formatting? a fix please.

2010-09-13 Thread joconnell
Hi, What does your admin.py look like? You might need to add a media class to your admin classes e.g. class Media: js = ('/js/tiny_mce/tiny_mce.js', '/js/textareas.js') I never tried to get tinymce working with the admin mind, I just spotted it in the below tutorial: ht

django tinyMCE is normal text field instead of rich text formatting? a fix please.

2010-09-13 Thread tricks...@googlemail.com
I installed Django tiny mce however i am getting a normal text area in my admin. Can anyone help me to correct this to a rich text area where i can access text formatting? Any help would be greatly appreciated. Here are my settings.py import os PROJECT_DIR = os.path.dirname(__file__) D

django-tinymce no links allowed

2010-07-21 Thread Bobby Roberts
hi all. I'm using: Django 1.2.1 (mod_wsgi 3.2/Python 2.5) django-tinymce 1.5 i'm having an issue where the ahref link button is not working properly. Although I am getting the popup windows, i complete the data and hit the button but no link information is inserted. The only way to

Re: Django-tinyMCE and django-filebrowser js error

2010-05-01 Thread John Wesonga
Fixed this.. On Apr 30, 3:06 pm, John Wesonga wrote: > I've set up django-filebrowser in my app without any bugs, I already > had django-tinymce set up and it loads the editor in the admin forms. > I now want to use django-filebrowser with django-tinymce, but I keep > getting a

Django-tinyMCE and django-filebrowser js error

2010-04-30 Thread John Wesonga
I've set up django-filebrowser in my app without any bugs, I already had django-tinymce set up and it loads the editor in the admin forms. I now want to use django-filebrowser with django-tinymce, but I keep getting a weird javascript error when I click on "Image URL" in the Ima

Re: django tinymce/filebrowser issue

2010-04-28 Thread Bill Freeman
It means that something is calling reverse, or a template is using the url tag, with a bad argument. The argument could be bad in it's own right (if it's your own code doing it, or if something like filebrowser or tinymce is using an improperly set configuration variable from settings.py), or that

Re: django tinymce/filebrowser issue

2010-04-28 Thread fuxter
> Any > idea what could be causing that? > last time i had exact same problem. existing button but filebrowser not appearing. it was thist one: if you check the url you'd get an clear error about reverse url fault. actually i had to fix tinymce python source: fb_url = "%s://%s%s" % (request.is

Re: django tinymce/filebrowser issue

2010-04-28 Thread Bobby Roberts
hey bill i'm getting this traceback: NoReverseMatch at /tinymce/filebrowser/ Reverse for 'filebrowser-index' with arguments '()' and keyword arguments '{}' not found. Request Method: GET Request URL:http://www.rakeshark.com/tinymce/filebrowser/ Exception Type: NoReverseMatch

Re: django tinymce/filebrowser issue

2010-04-28 Thread Bill Freeman
In firebug (in firefox) there is a "NET" tab that shows you all the stuff that got loaded, including which ones 404. When I was installing this stuff I made the mistake of installing as an egg, and the media subdirectories didn't get pulled in. Both tinymce and filebrowser had problems like this.

Re: django tinymce/filebrowser issue

2010-04-28 Thread Bobby Roberts
not sure how to do that... i'm not really getting any javascript errors or anything. On Apr 28, 3:26 am, Xavier Ordoquy wrote: > Hi, > > Filebrowser is a bit tricky to setup. > Did you had a look at 404 requests made by your browser ? There should be > something that isn't available at some poi

Re: django tinymce/filebrowser issue

2010-04-28 Thread Xavier Ordoquy
Hi, Filebrowser is a bit tricky to setup. Did you had a look at 404 requests made by your browser ? There should be something that isn't available at some point. Took me some time to setup it up correctly the first time. Regards, Xavier. Le 28 avr. 2010 à 04:57, Bobby Roberts a écrit : > hey g

django tinymce/filebrowser issue

2010-04-27 Thread Bobby Roberts
hey group - I've installed djangotinymce and filebrowser per the instructions. I've run across a strange issue. When I go to insert an image, the image dialog pops up just fine with the button for filebrowser. However, when I click the filebrowser button, nothing happens. Any idea what could be

Re: Hostmonster shared hosting and django tinymce

2010-03-21 Thread Brian Neal
On Mar 21, 7:49 am, Bobby Roberts wrote: > can anyone help me out here?  I'm stuck and cannot get the text areas > to work using ckeditor. Does any static media work? How are you deploying? mod_python, mod_wsgi? What is the configuration? Can you access the javascript in your browser at the URL y

Re: Hostmonster shared hosting and django tinymce

2010-03-21 Thread Bobby Roberts
can anyone help me out here? I'm stuck and cannot get the text areas to work using ckeditor. On Mar 17, 12:13 pm, Bobby Roberts wrote: > hey i've uploaded theckeditorfolder to my /static/admin/js > directory.   I'm trying to get the text areas to use it but i'm not > having any luck so I don't t

Re: Hostmonster shared hosting and django tinymce

2010-03-17 Thread Bobby Roberts
hey i've uploaded the ckeditor folder to my /static/admin/js directory. I'm trying to get the text areas to use it but i'm not having any luck so I don't think i'm putting code in the right place. can you help? On Mar 17, 9:18 am, chris hendrix wrote: > ok thanks for pointing me in the right

Re: Hostmonster shared hosting and django tinymce

2010-03-17 Thread chris hendrix
ok thanks for pointing me in the right direction. doesn't sound too hard. On Wed, Mar 17, 2010 at 8:59 AM, Omer Barlas wrote: > tchendrix @ 17-03-2010 14:31: > > do you by chance have instructions on how to get that installed with >> django so it works properly? They don't say anything in th

Re: Hostmonster shared hosting and django tinymce

2010-03-17 Thread Omer Barlas
tchendrix @ 17-03-2010 14:31: do you by chance have instructions on how to get that installed with django so it works properly? They don't say anything in their install docs about what javascript to call. you don't install it over django. put the javascript files in your /media folder, and loa

Re: Hostmonster shared hosting and django tinymce

2010-03-17 Thread tchendrix
do you by chance have instructions on how to get that installed with django so it works properly? They don't say anything in their install docs about what javascript to call. Omer Barlas wrote: Bobby Roberts @ 17-03-2010 06:15: anyone get this working? I've followed the instructions in the

Re: Hostmonster shared hosting and django tinymce

2010-03-17 Thread tchendrix
i'll check it out Omer Barlas wrote: Bobby Roberts @ 17-03-2010 06:15: anyone get this working? I've followed the instructions in the install docs for django-tiny and still have the ole ugly text box up there. why do you rely on django-tiny? use ckeditor, it's very simple to deploy, just

Re: Hostmonster shared hosting and django tinymce

2010-03-17 Thread Omer Barlas
Bobby Roberts @ 17-03-2010 06:15: anyone get this working? I've followed the instructions in the install docs for django-tiny and still have the ole ugly text box up there. why do you rely on django-tiny? use ckeditor, it's very simple to deploy, just add the js code to your and apply class=

Hostmonster shared hosting and django tinymce

2010-03-16 Thread Bobby Roberts
anyone get this working? I've followed the instructions in the install docs for django-tiny and still have the ole ugly text box up there. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googleg

Looking for new maintainers for django-localeurl and django-tinymce

2009-11-30 Thread Joost Cassee
Hi all, Since I am no longer actively using them, I have difficulty finding the time to maintain the django-localeurl and -tinymce projects. I am therefore looking for people to take over ownership over these projects. Please mail me or respond to this post if you are interested. Regards, Joost

[django-tinymce] Adding a custom toolbar button

2009-10-19 Thread eka
Hi, Is there any way to achieve this with django-tinymce? http://tinymce.moxiecode.com/examples/example_20.php I tried configuring it, but seems to not like the way I pass the function. Any clues? --~--~-~--~~~---~--~~ You received this message because you are

Re: About using django-tinymce

2009-09-22 Thread Joost Cassee
On 22 sep, 08:17, taijirobot wrote: > well, guys, I've solved this problem, but in a bad way. > > Since I'm running the site locally with the default django server, the > MEDIA_URL became a confusing thing to me. Luckily I have an Apache > server running on my machine, so I just set the MEDIA_URL

Re: About using django-tinymce

2009-09-22 Thread Daniel Roseman
On Sep 22, 7:17 am, taijirobot wrote: > well, guys, I've solved this problem, but in a bad way. > > Since I'm running the site locally with the default django server, the > MEDIA_URL became a confusing thing to me. Luckily I have an Apache > server running on my machine, so I just set the MEDIA_U

Re: About using django-tinymce

2009-09-22 Thread Daniel Roseman
On 2009/9/22, taijirobot wrote: > Thank you very much. The problem was solved after I changed the > MEDIA_URL setting. > > But now I have a new question, it is about the display of the rich > text. > > I used code like this to display it: > > {{ post.title }} > {{ post.timestamp|date }} > {{ pos

Re: About using django-tinymce

2009-09-21 Thread taijirobot
t like blog post are needed (the > site is running on local machine with the default django server). > > I tried to use django-tinymce :http://code.google.com/p/django-tinymce/ > and all the things I did was: > > 1. download the django-tinymce package, extract, and run 'sudo python

Re: About using django-tinymce

2009-09-21 Thread Rama Vadakattu
[Off topic suggesting another rich text powerful editor] You can also try django CK editor 1) which is easy to user 2) which is powerful,fast and more robust than TInyMCE http://code.google.com/p/django-ck/ 3) with every ease you can also integrate directly. On Sep 22, 6:45 am, taijirobot wrote

Re: About using django-tinymce

2009-09-21 Thread taijirobot
thank you, I missed the line 'form = BlogForm' in admin class, but after I added this, the tinymce editor still doesn't show, except that the body textarea is bigger than it used to be. On Sep 22, 1:42 am, brad wrote: > > The document says we can get a tinymce editor in the admin site after > >

Re: About using django-tinymce

2009-09-21 Thread taijirobot
Yes, I am very unconfident about my MEDIA_URL settings too. But I don't know how to set it in my case that I am running the site on the localhost. On Sep 21, 4:37 pm, Daniel Roseman wrote: > > Well, I would assume that MEDIA_URL is wrong - it's very unlikely you > want it to be blank. But more t

Re: About using django-tinymce

2009-09-21 Thread brad
> The document says we can get a tinymce editor in the admin site after > this. But nothing different shows with mine. Just to clarify, are you trying to get tinymce displaying in your django admin? If so, you have to tell the admin for your BlogPost model to use the BlogForm. So do you have an

Re: About using django-tinymce

2009-09-21 Thread Joost Cassee
On 21 sep, 06:22, taijirobot wrote: > What might be the problem? If it still doesn't work after following Daniel's suggestion, you might try debugging using Firebug. Problems like this are usually because the Javascript is not loaded. Regards, Joost --~--~-~--~~~--

Re: About using django-tinymce

2009-09-21 Thread Daniel Roseman
> I tried to use django-tinymce :http://code.google.com/p/django-tinymce/ > and all the things I did was: > > 1. download the django-tinymce package, extract, and run 'sudo python > setup.py install' > > 2. get a tinymce distribution(new enough) and copy the jscripts/ &g

About using django-tinymce

2009-09-20 Thread taijirobot
Hi, guys, I'm learning django recently and I am trying to add a rich text editor to the places where long formated text like blog post are needed (the site is running on local machine with the default django server). I tried to use django-tinymce : http://code.google.com/p/django-tinymce

Re: django-tinymce problem on server

2009-09-02 Thread Sonal Breed
Hi Joost, I installed aspell and en library on web server and now spellcheker is running fine. Thanks a ton for your help and it is a great application. Thanks, Sincerely, Sonal. On Sep 1, 3:37 pm, Sonal Breed wrote: > Hello Joost, > > I came acrosshttp://code.google.com/p/djang

Re: django-tinymce problem on server

2009-09-01 Thread Sonal Breed
Hello Joost, I came across http://code.google.com/p/django-tinymce/issues/detail?id=14 link in django-tinymce and from that, it occurs that I do not have en dictionary installed. I checked in python prompt and it returns false. I need to install these dictionaries on web server. Can you please

Re: django-tinymce problem on server

2009-09-01 Thread Sonal Breed
if you could detect anything that I have not done, please let me know. Thanks Joost for all you help. Thanks, Sincerely, Sonal. On Aug 31, 11:17 pm, Joost Cassee wrote: > HiSonal, > > On 27 aug, 14:13,SonalBreed wrote: > > > I have django-tinymce spellchecker working perfectly o

Re: django-tinymce problem on server

2009-08-31 Thread Joost Cassee
Hi Sonal, On 27 aug, 14:13, Sonal Breed wrote: > I have django-tinymce spellchecker working perfectly on my local > machine which is Ububtu. > But as soon as, I deploy it on a web host (CentOS), it gives me > problems. Specifically, when I click the specllchecker button, > f

django-tinymce problem on server

2009-08-27 Thread Sonal Breed
Hi all, I have django-tinymce spellchecker working perfectly on my local machine which is Ububtu. But as soon as, I deploy it on a web host (CentOS), it gives me problems. Specifically, when I click the specllchecker button, following errors are logged: Traceback (most recent call last): File

Re: django-tinymce not appearing in admin

2009-08-20 Thread zignorp
Thanks so much, Kenneth, Wendy On Aug 19, 9:22 pm, Kenneth Gonsalves wrote: > On Thursday 20 Aug 2009 9:42:33 am zignorp wrote: > > > Can you post the example of Setting the Media nested class with the > > TinyMCE media? > > I'm in exactly the same place, > > class ReportAdmin(admin.ModelAdmin):

Re: django-tinymce not appearing in admin

2009-08-19 Thread Kenneth Gonsalves
On Thursday 20 Aug 2009 9:42:33 am zignorp wrote: > Can you post the example of Setting the Media nested class with the > TinyMCE media? > I'm in exactly the same place, class ReportAdmin(admin.ModelAdmin): list_display = ['title','approved'] class Media: js = ('/sitemedia/js

Re: django-tinymce not appearing in admin

2009-08-19 Thread zignorp
er wrote: > > > > > Oops, sorry... it's version 1.1 final. > > > > > I'll try to create the Media subclass with the media, then, although > > > > it's not specified in the django-tinymce use documentation. > > > > > Ab

Re: Django-tinymce and filebrowser, error.

2009-08-17 Thread diogobaeder
Hi, Are you guys using the TinyMCE media files from a domain different from your admin site location? If so, you must point the media files (or at least the tiny_mce ones) to the same domain, because this addon tries to control the parent window from the popup window, and, if they're different, t

Re: Django-tinymce and filebrowser, error.

2009-08-17 Thread Parthian
Trevor, I've had problems with the same combination of tools. For me Popup windows are completely blank. But after adding document.domain as below I could get the popups to work but only in Firefox and Safari (I think). Updated yourApp/yourMediaFiles/js/tinymce/tiny_mce_popup.js for document.dom

Django-tinymce and filebrowser, error.

2009-08-16 Thread tdelam
Hey, I built a web site locally, I am using django-tinyce and the django- filebrowser, it works no problem on my local machine. As soon as I deploy it to the server I have a problem. The TinyMCE is showing up and working fine but when I click inside the image popup window to add an image, I get a

Re: django-tinymce not appearing in admin

2009-08-14 Thread diogobaeder
dnesday 12 Aug 2009 9:35:30 pm diogobaeder wrote: > > > > Oops, sorry... it's version 1.1 final. > > > > I'll try to create the Media subclass with the media, then, although > > > it's not specified in the django-tinymce use documentation. > > &g

Re: django-tinymce not appearing in admin

2009-08-13 Thread diogobaeder
m, Kenneth Gonsalves wrote: > On Wednesday 12 Aug 2009 9:35:30 pm diogobaeder wrote: > > > Oops, sorry... it's version 1.1 final. > > > I'll try to create the Media subclass with the media, then, although > > it's not specified in the django-tinymce u

Re: django-tinymce not appearing in admin

2009-08-12 Thread Kenneth Gonsalves
On Wednesday 12 Aug 2009 9:35:30 pm diogobaeder wrote: > Oops, sorry... it's version 1.1 final. > > I'll try to create the Media subclass with the media, then, although > it's not specified in the django-tinymce use documentation. > > About dpaste, I'm conf

Re: django-tinymce not appearing in admin

2009-08-12 Thread Karen Tracey
On Wed, Aug 12, 2009 at 12:05 PM, diogobaeder wrote: > > Oops, sorry... it's version 1.1 final. > > I'll try to create the Media subclass with the media, then, although > it's not specified in the django-tinymce use documentation. > > About dpaste, I'm c

Re: django-tinymce not appearing in admin

2009-08-12 Thread diogobaeder
Oops, sorry... it's version 1.1 final. I'll try to create the Media subclass with the media, then, although it's not specified in the django-tinymce use documentation. About dpaste, I'm confused, because in another post I pasted exception content and someone advised me to us

Re: django-tinymce not appearing in admin

2009-08-11 Thread Kenneth Gonsalves
On Wednesday 12 Aug 2009 11:08:55 am diogobaeder wrote: > I configured django-tinymce extension to work with a model field; It > loads all the JavaScript correctly, right after the field, in a script > tag, passing the right element ID, but the editor simply doesn't show, >

django-tinymce not appearing in admin

2009-08-11 Thread diogobaeder
Hi, I configured django-tinymce extension to work with a model field; It loads all the JavaScript correctly, right after the field, in a script tag, passing the right element ID, but the editor simply doesn't show, only the original textarea is present. Here is a piece of my project

django-tinymce plugin question

2009-02-13 Thread zweb
I am using django-tinymce widget instead of text are widget. It is displaying the formatting menu bar on bottom instead of top of the field? Anyway to tell it to show formatting menu bar on top of the editor area? --~--~-~--~~~---~--~~ You received this message