开发者

Django Admin :: Adding WYSIWYG editors for multiple text area

开发者 https://www.devze.com 2023-04-02 23:58 出处:网络
I tried to use both tinyMCE and dojo\'s editor in Django\'s admin without success. The second textarea i开发者_运维技巧n a page (of inline items) freaks out and can\'t receive focus.

I tried to use both tinyMCE and dojo's editor in Django's admin without success. The second textarea i开发者_运维技巧n a page (of inline items) freaks out and can't receive focus.

I've used tutorials from django's site.

Any ideas?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消