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 perrygeo has suggested worked like a charm on my PC. Unfortunately DreamHost where our web site is hosted does not let you install Genshi. I am writing to them. Or I need to figure someway to put it in the pythonpath,

Any suggestions.


On 10/12/06, [EMAIL PROTECTED] < [EMAIL PROTECTED] > wrote:


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) Had to install Genshi first

2) Instead of

from local_models import RichTextFieldWithClass
....
        js=['../js/tinymce/jscripts/tiny_mce/tiny_mce.js',
'../js/tmce.js']

I used

from mysite.local_models import RichTextFieldWithClass
....
        js=['js/tinymce/jscripts/tiny_mce/tiny_mce.js', 'js/tmce.js']



--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to