Re: Rich Text Fields in Admin

2006-10-13 Thread comechao
See that: http://www.dehora.net/journal/2006/05/using_tinymce_in_djangos_admin.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@googlegroup

Re: Rich Text Fields in Admin

2006-10-12 Thread Ramdas S
Hi,   What perrygeo and schotm has suggested works perfectly.   I am happy to resolve it. I shall try adding a line or two to the wiki post on the topic, with couple of variants from my side.   Thanks a lot guys! You all are great   Ramdas  On 10/12/06, Ramdas S <[EMAIL PROTECTED]> wrote: What per

Re: Rich Text Fields in Admin

2006-10-12 Thread schotm
Hi Randas, I've been using the tutorial on: http://www.socialistsoftware.com/post/django-and-tinymce/ The tutorial is a bit outdated so look at the following things: Make sure you copy the tiny_mce folder into /usr/local/lib/python2.4/site-packages/Django-0.95-py2.4.egg/django/contrib/admin/med

Re: Rich Text Fields in Admin

2006-10-12 Thread Malcolm Tredinnick
On Thu, 2006-10-12 at 10:39 +0530, Ramdas S wrote: > Malcom, > > The display is fine. The web site is working perfectly. I am able to > populate the database. > > But I am not able to get the rich text box in any of the text areas in > the particular model or for the table in question. > > I h

Re: Rich Text Fields in Admin

2006-10-11 Thread Ramdas S
Malcom,The display is fine. The web site is working perfectly. I am able to populate the database.But I am not able to get the rich text box in any of the text areas in the particular model or for the table in question. I have tried options such as installing it at multiple places, including the sv

Re: Rich Text Fields in Admin

2006-10-11 Thread Malcolm Tredinnick
On Wed, 2006-10-11 at 23:13 +0530, Ramdas S wrote: > Hi, > > > I have beenn trying to get the django admin to do Rich Text Field for > textarea. I checked the following examples, and tried the variants > seen in these links > > http://code.djangoproject.com/wiki/AddWYSIWYGEditor > > http://cod

Re: Rich Text Fields in Admin

2006-10-11 Thread [EMAIL PROTECTED]
Ramdas S wrote: > Hi, > > > I have beenn trying to get the django admin to do Rich Text Field for > textarea. I checked the following examples, and tried the variants seen in > these links Try : http://code.djangoproject.com/wiki/RichTextField This worked for me with a few minor variations: 1