Searched refs:mainPasteEvent (Results 1 – 5 of 5) sorted by relevance
/plugin/ckgdoku/ckeditor/plugins/clipboard/dialogs/ |
H A D | paste.js | 5 …actscrpt");d&&d.remove();g.setAttribute("contenteditable",!0);g.on(e.mainPasteEvent,function(a){a=…
|
/plugin/ckgedit/ckeditor/plugins/clipboard/dialogs/ |
H A D | paste.js | 5 …actscrpt");d&&d.remove();g.setAttribute("contenteditable",!0);g.on(e.mainPasteEvent,function(a){a=…
|
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 658 …()},null,null,999)}a.on(D.mainPasteEvent,function(a){"beforepaste"==D.mainPasteEvent&&C||z(a)});"b… 666 …mainPasteEvent)return b.fire("beforePaste",{type:"auto",method:"paste"}),!1;b.focus();f();var a=b.… 667 …KEDITOR.CTRL+86:case CKEDITOR.SHIFT+45:a=b.editable();f();"paste"==D.mainPasteEvent&&a.fire("befor… 686 …R.env.ie,isFileApiSupported:!CKEDITOR.env.ie||9<CKEDITOR.env.version,mainPasteEvent:CKEDITOR.env.i…
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 706 …()},null,null,999)}b.on(p.mainPasteEvent,function(a){"beforepaste"==p.mainPasteEvent&&m||k(a)});"b… 714 …mainPasteEvent)return a.fire("beforePaste",{type:"auto",method:"paste"}),!1;a.focus();g();var b=a.… 715 a.editable();g();"paste"==p.mainPasteEvent&&b.fire("beforepaste");break;case CKEDITOR.CTRL+88:case … 736 ….version,isFileApiSupported:!CKEDITOR.env.ie||9<CKEDITOR.env.version,mainPasteEvent:CKEDITOR.env.i… property in CKEDITOR.plugins.clipboard
|
H A D | ckeditor.js.unc | 14057 b.on(p.mainPasteEvent, function(a) { 14058 "beforepaste" == p.mainPasteEvent && m || k(a) 14060 "beforepaste" == p.mainPasteEvent && (b.on("paste", function(a) { 14232 if ("paste" == p.mainPasteEvent) return a.fire("beforePaste", { 14240 if (a.editable().fire(p.mainPasteEvent) && !e("paste")) return b.unlock(), !1; 14252 "paste" == p.mainPasteEvent && b.fire("beforepaste"); 14662 mainPasteEvent: CKEDITOR.env.ie && !CKEDITOR.env.edge ? "beforepaste" : "paste",
|