0
我想提醒在Moodle的tinyMCE編輯器中選定的文本。這在谷歌瀏覽器中工作正常,但不能在IE中工作。從tinyMCE警報選定的文本在IE中不工作
警報被選中的文本編輯器中
alert(tinyMCEPopup.editor.getContent()); //working in both chrome and IE
alert(tinyMCEPopup.editor.selection.getContent()); // working in chrome not working in IE
警報整個文本我怎麼能提醒在IE瀏覽器中選中的文本?
我使用IE版本11,tinyMCE的3.5和Moodle的2.7
我使用3.5.10,這是最新版本。 – Santhucool 2014-12-11 06:04:09
TinyMCE 4.1.7是最新的,因此如果可能的話,您可以遷移到它。 – Abhi 2014-12-11 06:07:41
訪問主頁 [鏈接](http://www.tinymce.com/index.php) 並選擇任何文本 'tinyMCE.activeEditor.selection.getContent()' – Abhi 2014-12-11 06:11:34