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.
Javaスクリプトを使用してCKEditorでcurrent(カーソル位置)要素を選択したい。
右クリックイベントが発生した場合、右クリックしている要素を選択する必要があります。
これはあなたが探している解決策です:
var editor = CKEDITOR.instances.editor1, sel = editor.getSelection(); sel.selectElement(sel.getStartElement());