Home
last modified time | relevance | path

Searched refs:beforePaste (Results 1 – 4 of 4) sorted by relevance

/plugin/edittable/script/
H A Deditor.js547 beforePaste: function (pasteData, coords) { method in edittable.loadEditor.handsontable_config
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md777 * Marked the [`editor.beforePaste`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-beforePas…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md1197 * Marked the [`editor.beforePaste`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.…
H A Dckeditor.js.unc14035 … if (c && !1 === a.fire("beforePaste", b) || !b.dataValue && b.dataTransfer.isEmpty()) return !1;
14232 if ("paste" == p.mainPasteEvent) return a.fire("beforePaste", {
14269 var d = !1 !== a.fire("beforePaste", c);
14381 a.on("beforePaste", function(a) {
21344 if (a.config.forcePasteAsPlainText) a.on("beforePaste", function(a) {