Re: Trying to get tinyMCE working on an admin page

2009-09-21 Thread Ken MacDonald
Thanks, got this working and handed it off to the production folks. On Sat, Sep 19, 2009 at 5:02 AM, Joost Cassee wrote: > > On 8 sep, 22:14, DrKen 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 Dj

Re: Trying to get tinyMCE working on an admin page

2009-09-19 Thread Joost Cassee
On 8 sep, 22:14, DrKen 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'

Re: Trying to get tinyMCE working on an admin page

2009-09-08 Thread Kenneth Gonsalves
On Wednesday 09 Sep 2009 1:44:53 am DrKen 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

Re: Trying to get tinyMCE working on an admin page

2009-09-08 Thread Daniel Roseman
On Sep 8, 9:14 pm, DrKen 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

Trying to get tinyMCE working on an admin page

2009-09-08 Thread DrKen
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 conve