hai,

can anyone sugget me how to work on RichTexEditor.

I actually i tried but couldn't get the excat thing what i want.
i have downloaded the richtext app from google and i put in my project
folder and i'm extending the fileds from there to my models.py

In my models.py

from richtext.fields import AdminRichTextField,RichTextField
from richtext.custom_widgets import RichTextWidget

Class newsarticle(models.Model):
         content=AdminRichTextField()

But this field looks like normal text area. And i did ntot install
Photolouge.
I need an editor in that i can put even the html code or i can upload
images. Where i need exactly like kuppu editor ( Plone Editor)

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