On Jan 26, 7:40 am, Gath <pgath...@gmail.com> wrote:
> Good people!
>
> How can i hook up WMD editor on my django form?
>
> http://wmd-editor.com
>
> Paul

You just have to get your page to include the correct CSS and
Javascript files, just like any other editor like this. If this is a
public facing form, check out the docs on form media:

http://docs.djangoproject.com/en/dev/topics/forms/media/

If it is for the admin area, you can do something similar:

http://docs.djangoproject.com/en/dev/ref/contrib/admin/#modeladmin-media-definitions

Best,
BN

PS. You may also like the markitup! editor: http://markitup.jaysalvat.com/home/
--~--~---------~--~----~------------~-------~--~----~
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