TinyMCE 的多个实例:“HTML”按钮只打开最后一个实例的源
我在一个页面上有几个 TinyMCE 编辑器,但是当我点击“HTML”按钮时,弹出窗口会打开最后一个编辑器的源代码。
每个文本区域都有不同的 ID,并且在调用时:
tinyMCE.init({
mode : "exact",
elements : "wysiwyg",
theme : "advanced",
skin : "o2k7",
skin_variant : "silver",
relative_urls : false
});
使用不同的 id 调用四次 wysiwyg
、wysiwyg2
、wysiwyg3
、wysiwyg4
。
你能告诉我如何解决这个问题吗?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论