editor.addShortcut(
'meta+v', '純文字貼上', function (e) {
editor.insertContent('<b>請勿使用Ctrl+V貼上</b>');//寫提醒文字
editor.execCommand('mcePasteText',false); //不處理貼上的文字
});
沒有留言:
張貼留言