2

我正在尝试在 TinyMCE 4.0 中获取用户选择的内容。在 Firefox 中一切正常,但在 Chrome 中selection.getContent()返回 NULL。我正在使用内联 TinyMCE 模式(正常模式工作正常)。

var selectedContent = editor.selection.getContent();
if(!selectedContent){
    alert('Please select some text first!');
    return null;
}

你有什么建议如何解决这个问题吗?

4

0 回答 0