gpt4 book ai didi

javascript - TinyMCE 图像工具不工作

转载 作者:行者123 更新时间:2023-12-05 07:53:16 28 4
gpt4 key购买 nike

我似乎无法使用 TinyMCE 4.2.5 加载 imagetools 插件。我已经下载了 TinyMCE 4.2.5 并将其安装在我的根站点 /tinymce 中。

这是我的代码:

<script src="~/tinymce/tinymce.min.js"></script>

<script type="text/javascript">

tinymce.init({
selector: "textarea",
theme: "modern",
plugins: [
"advlist autolink lists link image charmap print preview hr anchor pagebreak",
"searchreplace wordcount visualblocks visualchars code fullscreen",
"insertdatetime media nonbreaking save table contextmenu directionality",
"emoticons template paste textcolor colorpicker textpattern imagetools"
],
toolbar1: "insertfile undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image",
toolbar2: "print preview media | forecolor backcolor emoticons",
image_advtab: true,
templates: [
{ title: 'Test template 1', content: 'Test 1' },
{ title: 'Test template 2', content: 'Test 2' }
]
});

</script>

然而,当我将图像粘贴到编辑器中时,单击它,没有图像工具。我已验证 imagetools 插件存在于 plugins 目录中,并且在加载编辑器时浏览器控制台中没有错误。就好像这个功能被简单地禁用了。

我也用 4.2.5 试过这个。我已经在 Firefox 和 Chrome 上试过了。它根本不起作用。

这是它应该做的:

http://ephox.com/resources/blog/tinymce-4.2-released#.Vgg9cJeTQ0w

最佳答案

事实证明,只有当您的图像从与 TinyMCE 脚本相同的域加载时,图像工具才会加载。

这里有一些直接来自 Ephox 的更多信息:

http://www.tinymce.com/forum/viewtopic.php?id=36139

关于javascript - TinyMCE 图像工具不工作,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32811761/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com