I would like to integrate a WYSIWYG editor with my site, preferably FCKeditor.
I found a relevant thread at... http://groups.google.com/group/django-users/browse_thread/thread/163c06f2a22bbe1e/07686be7a0656429?lnk=gst&q=fck#07686be7a0656429 ...but I need more information. I followed the link to... http://docs.fckeditor.net/FCKeditor_2.x/Developers_Guide/Integration/JavaScript ...but it looks like for that method to work, the ID and name of the django textarea have to be the same. By default, django textareas have an id like "id_something" and a name like "something." I'm not sure if there's any way to change that. I see that there is another way (at least I think it's another way) to install FCK described here... http://www.djangosnippets.org/snippets/576/ But I'm not sure if the widget is for use in the automatic admin interface... and I'm not sure where to put the code in the left column of that page, or what the "proper import path" is, or how to set the import path. My preference for FCK (over TinyMCE) is based on my experiences using Drupal, where FCK is more stable and easier to customize. Also, FCK has a good uploader and TinyMCE doesn't. -Ryan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---