【发布时间】:2014-12-11 13:58:30
【问题描述】:
我想在 Moodle 中提醒来自 tinyMCE 编辑器的选定文本。这在谷歌浏览器中运行良好,但在 IE 中无法运行。
提醒选中的文字:
alert(tinyMCEPopup.editor.selection.getContent()); // working in chrome not working in IE
在编辑器中提醒整个文本
alert(tinyMCEPopup.editor.getContent()); //working in both chrome and IE
如何在 IE 浏览器中提醒选中的文本??
我正在使用 IE 版本 11、tinyMCE 3.5 和 Moodle 2.7
【问题讨论】:
标签: javascript internet-explorer tinymce