Вопрос

I am using execCommand with javascript to insert text into editable iframes like this:

element.execCommand("insertHTML",false,"some text");

Anyone know how to insert that text instead of the first character to the left of the cursor? So the same effect as pressing a backspace before doing the above?

Нет правильного решения

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top