I tried to use both tinyMCE and dojo’s editor in Django’s admin without success. The second textarea in a page (of inline items) freaks out and can’t receive focus.
I’ve used tutorials from django’s site.
Any ideas?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You might have a look at django-tinymce. It has an HTMLField that you can use as a replacement TextField with TinyMCE integration. I’ve used it on several projects.