CKEditor 中 Iframe 的名称或 id

发布于 2024-10-19 05:43:23 字数 145 浏览 2 评论 0原文

我正在尝试为 CKEditor 创建一个插件。当 ckeditor 为我们想要转换为富文本编辑器的每个文本区域创建 Iframe 时,我想知道该 iframe 的名称或 id。 我怎样才能得到它。

帮助将不胜感激。

问候

帕明德

I am trying to create a plugin for CKEditor. As ckeditor creates Iframe for each textarea we want to convert as rich text editor, I want to know the name or id of that iframe.
How would I get it.

Help will be appreciated.

Regards

Parminder

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

非要怀念 2024-10-26 05:43:23

如果您使用 Firebug,您会看到 iframe 没有 id 或名称。相反,您应该获取 editor.document.$ 并从该点移动,例如 editor.document.$.defaultView.frameElement

If you use Firebug you'll see that the iframe doesn't have an id or name. Instead you should get the editor.document.$ and move from that point, for example editor.document.$.defaultView.frameElement

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