plugins: [
"advlist autolink lists link image charmap print preview anchor",
"searchreplace visualblocks code fullscreen",
"insertdatetime media table contextmenu paste"
],
paste_preprocess: function (plugin, args) {
console.log("Attempted to paste: ", args.content);
// replace copied text with empty string
args.content = '禁止貼上';
}
- plugins:禁止右鍵選單。(無法貼上)
- 按鍵貼上:
- Ctrl+V or Ctrl+Shift+V 。
- 貼上後觸發事件(paste_preprocess)。
- 這邊可以實作貼上後觸發警告或其它。
沒有留言:
張貼留言