This question is locked. New answers and comments are not allowed.
Hello everybody,
As I said in the title, I want to insert some text in my Editor when I click on an external label.
I saw others topics but I still have issues.
My JS Code :
editor.focus();
editor.selectRange(range);
editor.exec('insertHtml', { value: textToInsert });
editor.update();
It works as expected on FF and Chrome but not at all on IE.
As I said in the title, I want to insert some text in my Editor when I click on an external label.
I saw others topics but I still have issues.
My JS Code :
editor.focus();
editor.selectRange(range);
editor.exec('insertHtml', { value: textToInsert });
editor.update();
It works as expected on FF and Chrome but not at all on IE.