问题标签 [mcimagemanager]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - TinyMCE 和 MoxieManager:来自 MoxieManager 的 url 不会传递给 TinyMCE
我正在结合 MoxieManager 1.3.3 运行 TinyMCE 4.0b。
当我在 TinyMCE 中使用直接打开 Moxiemanager 的“插入文件”按钮时,我将成功插入图像。当我使用“链接”/“图像”/“媒体”对话框时,我在 MoxieManager 中选择正确的图像,api.php-response 显示正确的图像 url,但在 TinyMCE 对话框中当前的 url页面可见(而不是图片网址!)
我已经尝试更改根路径、路径、file_ 和 image_template、relative_urls,但似乎没有任何帮助。有谁知道为什么 TinyMCE 无法收到正确的图片网址?
从 MoxieManager API 收到的 URL 路径:
图像/文件对话框中的 URL 路径
初始化代码:
以及 Moxiemanager 配置: