TinyMCE 的多个实例:“HTML”按钮只打开最后一个实例的源

发布于 2024-12-26 01:28:24 字数 421 浏览 1 评论 0原文

我在一个页面上有几个 TinyMCE 编辑器,但是当我点击“HTML”按钮时,弹出窗口会打开最后一个编辑器的源代码。

每个文本区域都有不同的 ID,并且在调用时:

tinyMCE.init({
    mode : "exact",
    elements : "wysiwyg",
    theme : "advanced",
    skin : "o2k7",
    skin_variant : "silver",
    relative_urls : false
}); 

使用不同的 id 调用四次 wysiwygwysiwyg2wysiwyg3wysiwyg4

你能告诉我如何解决这个问题吗?

I have several TinyMCE editors on one page, but when I hit the "HTML" button the popup opens the source of the last editor.

Every textarea has a different ID and when it's called:

tinyMCE.init({
    mode : "exact",
    elements : "wysiwyg",
    theme : "advanced",
    skin : "o2k7",
    skin_variant : "silver",
    relative_urls : false
}); 

It's called four times with the different ids wysiwyg, wysiwyg2, wysiwyg3, wysiwyg4.

Can you please tell me how to solve this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文