D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
tapaslight.encodersunlimited.com
/
tadminl
/
assets
/
js
/
Filename :
email-app.js
back
Copy
(function () { "use strict"; CKEDITOR.replace("text-box", { on: { contentDom: function (evt) { // Allow custom context menu only with table elemnts. evt.editor.editable().on( "contextmenu", function (contextEvent) { var path = evt.editor.elementPath(); if (!path.contains("table")) { contextEvent.cancel(); } }, null, null, 5 ); }, }, }); })();