Tiny MCE popups blank in Django admin

前端 未结 10 953
再見小時候
再見小時候 2020-12-06 00:45

I have got tinyMCE working in the django admin, but all the popups are blank (eg. edit HTML, add image)

The paths to the popup html pages all exist in the right plac

10条回答
  •  攒了一身酷
    2020-12-06 01:35

    You have to change the document.domain in tiny_mce_popups.js as well in your config file. The procedures is described here:

    http://wiki.moxiecode.com/index.php/TinyMCE:Cross_domain_loading

    Hope this help.

提交回复
热议问题