On 8 sep, 22:14, DrKen <drken...@gmail.com> wrote:

> Hi, new to Django and tinyMCE. I'm trying to get the tinyMCE HTML
> editor working on the admin page, so started out by doing the Django
> tutorial, then attempting to modify. I've got the admin page working
> with text fields instead of character fields, but don't see any change
> whatsoever when I convert the fields to HTMLField() - my html content
> appears as straight text, no syntax highlighting etc. I've googled all
> over for suggestions and tried several dozen, but something is still
> not happening. According to what I've been reading, this should bring
> up an HTML editor on all of the (one) text fields. Suggestions
> appreciated.

First of all, you should not need references to the TinyMCE Javascript
files. The django-tinymce application should take care of this.
Second, as most of these problems are related to Javascript loading,
you could try debuging the problem using Firebug. As Daniel wrote, the
URLs are probably not correct.

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to