tinyMCE 弹出窗口根目录
在网页上我有一个 iFrame,其中加载了tinyMCE,嵌套结构如下所示: 窗口-> iFrame-> tinyMCE iframe
在这种情况下,tinyMCE 的弹出窗口植根于保存tinyMCE 的iFrame 中。
有没有办法让这些弹出窗口看起来根植于主窗口?
所以我有什么: 窗口-> iFrame [弹出窗口] -> tinyMCE iframe
我需要什么: 窗口[弹出] -> iFrame-> tinyMCE iframe
on a web page I have an iFrame, inside which tinyMCE is loaded, nested structure looks like this:
Window -> iFrame -> tinyMCE iframe
In this case popup windows of tinyMCE are rooted in iFrame that holds tinyMCE.
Is there a way to make these popups appear rooted in main Window?
So what I have:
Window -> iFrame [popup] -> tinyMCE iframe
What I need:
Window [popup] -> iFrame -> tinyMCE iframe
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,在这种情况下,不要将“
inlinepopups
”添加到您的tinymce配置参数插件中!Yes, in this case don't add "
inlinepopups
" to your tinymce config parameter plugins!!!