It's certainly possible to implement FCK as a JS based editor, no python 
code necessary.  It'll simply act as a textarea replacement to the user, 
but will still post the source of the editor when the form is submitted.

Here's the integration guide for doing it this way:

http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Integration/JavaScript

If you want to do it in your django code, here's the Python integration 
guide:

http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Integration/Python

Jay

Cull wrote:
> We're just starting to consider text editing.
> What is our easiest path here?  TinyMce or FckEditor. The latter has
> been our choice previously, but is there a post somewhere that
> discusses who to do it?  I haven't been about to find more than bits
> and pieces.  If not, what about Tiny?
>
> Tips appreciated.
> >
>
>   


--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to