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.
我在 TinyMCE 中添加了自定义选择下拉框,并希望在 tinymce 框中光标位置的该列表项上的 selectiong 上添加文本。
如何在该光标点上的 tinyMCE 中设置该文本?
您需要在下拉选择中发出此代码
tinymce.activeEditor.execCommand('mceInsertContent', false, 'my_text');