Jquery Simplemodal 框中的 CKeditor
我正在尝试使用 jquery 的 SimpleModal 插件加载一个带有 CKEditor 的弹出 div,但是当模式框打开时,CKeditor 全部被禁用,并且不允许我在其中输入文本。我正在使用所有默认设置。 任何建议都会很棒。
I am trying to use the SimpleModal plugin for jquery to load a popup div with a CKEditor in it, but when the modal box opens up, the CKeditor is all disabled and won't let me type text into it. I am using all default settings.
Any suggestions would be great.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否在正确的时间初始化了 CKEditor?来自 simplemodal 文档:
第二种可能性,我不确定这是否会对您有帮助,但是 JQuery UI 模式对话框有一个 类似问题显示 CKEditor 的 补丁存在。
Are you initializing the CKEditor at the right time? From the simplemodal docs:
And a second possibility, I'm not sure whether this will help you, but the JQuery UI modal dialog has a similar problem showing CKEditor for which a patch exists.