Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用才能在兼容 iPad 的网站上使用多个tinyMCE 。 <textarea>
<textarea>
但是,当我在 iPad 上查看站点示例网站时,我无法让它专注于 2nd <textarea>。
以编程方式,您可以使用tinymce.get('your_editor_id').focus()来聚焦您的编辑器。您所看到的编辑器不是文本区域,而是内容可编辑的 iframe。
tinymce.get('your_editor_id').focus()