FckEditor vs TinyMCE

118 views
Skip to first unread message

Cull

unread,
Feb 1, 2008, 12:49:52 PM2/1/08
to Django users
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.

Jay Klehr

unread,
Feb 1, 2008, 1:38:09 PM2/1/08
to django...@googlegroups.com
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

unread,
Feb 1, 2008, 2:17:16 PM2/1/08
to Django users
Thanks Jay,

That's a huge help. Do you know if there's any code for doing text
versioning? We don't need a full blow wiki or CMS, but we do want to
add some versioning for our "notes." Any leads on this?



On Feb 1, 1:38 pm, Jay Klehr <vi...@consolecity.com> wrote:
> 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/...
>
> 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/...

Andres Vargas - zodman

unread,
Feb 1, 2008, 11:39:05 PM2/1/08
to django...@googlegroups.com
im use meteora http://meteora.astrata.com.mx

and work excelente for my djangoadmin interface.

http://meteora.astrata.com.mx/demo/editor

Cull escribió:

Dj Gilcrease

unread,
Feb 2, 2008, 10:11:51 AM2/2/08
to django...@googlegroups.com

There is a FckWidget for newforms @ http://www.djangosnippets.org/snippets/576/

Reply all
Reply to author
Forward
0 new messages