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');