CKEditor:使用 jQuery 的自定义对话框
我的 CKEditor 有一点问题。
我想创建一个新按钮,只需单击一下即可,而不是普通的 CKEditor 对话框元素。我想用 jQuery 打开一个新窗口,我可以用自定义 HTML 填充它。
这可能吗?我该怎么办?
非常感谢, Torben
(抱歉,不幸的是文本必须使用谷歌翻译器翻译)
I have a little problem with the CKEditor.
I would like to create a new button, which relies, in one click, not the normal CKEditor dialog elements. I want to open a new window with jQuery, which I can fill it with custom HTML.
Is this possible? How do I go about it?
Thank you very much,
Torben
(Sorry, the text unfortunately had to translate with Google Translator)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我就做过这件事。我们根本不使用内置对话框。我们使用 iframemedialog。
这是我用来创建使用此模式的插件的文件模板。
然后,您可以在 iframe 中创建您想要的任何 HTML,包括自定义 CSS/JS
I've done this very thing. We don't use the built in dialogs at all. We use an iframedialog.
Here's a file template I have that I use to create plugins using this pattern.
You can then create whatever HTML you want inside the iframe, including custom CSS/JS