Thanks, got this working and handed it off to the production folks. On Sat, Sep 19, 2009 at 5:02 AM, Joost Cassee <[email protected]> wrote:
> > On 8 sep, 22:14, DrKen <[email protected]> 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

