如何在 Firefox 中自动聚焦 RTE 编辑器?
我们有一个基于 htmlarea 的 RTE 编辑器,其中包含在 iframe 内启用了编辑模式的内容。 问题是如何自动将焦点带入编辑器?
We have a RTE editor based on htmlarea which consists of content with editmode enabled inside an iframe. The question is how to automatically bring the focus into the editor?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
其中
IFRAME
的id
是myRTE
:Where the
id
of theIFRAME
ismyRTE
: