Jquery Simplemodal 框中的 CKeditor

发布于 2024-08-18 19:08:31 字数 123 浏览 5 评论 0原文

我正在尝试使用 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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

于我来说 2024-08-25 19:08:31

您是否在正确的时间初始化了 CKEditor?来自 simplemodal 文档

onShow:对于绑定事件或在模式对话框元素显示后您可能想要执行的任何其他操作很有用。如果您在模式对话框中包含另一个插件(TinyMCE、DatePicker 等),则您需要在此处初始化该插件。

第二种可能性,我不确定这是否会对您有帮助,但是 JQuery UI 模式对话框有一个 类似问题显示 CKEditor 的 补丁存在。

Are you initializing the CKEditor at the right time? From the simplemodal docs:

onShow: Useful for binding events or any other actions you might want to perform after the modal dialog elements have been displayed. If you are including another plugin (TinyMCE, DatePicker, etc.) in a modal dialog, this is where you want to initialize that plugin.

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文