Searched refs:_applyDataComment (Results 1 – 2 of 2) sorted by relevance
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 754 …ata:function(a,b){var c=a===this._customDataFallbackType;c&&(b=this._applyDataComment(b,this._getF… 755 …llbackTypeContent(),e=this._getFallbackTypeData();e[a]=d;try{d=this._applyDataComment(c,e),g.setDa… 757 …e(decodeURIComponent(c[1])),b.content=a.replace(c[0],""))}return b},_applyDataComment:function(a,b… method in CKEDITOR.plugins.clipboard.fallbackDataTransfer
|
H A D | ckeditor.js.unc | 14948 c && (b = this._applyDataComment(b, this._getFallbackTypeData())); 14961 …d = this._applyDataComment(c, e), g.setData(this._customDataFallbackType, d), this._dataTransfer._… 15008 _applyDataComment: function(a, b) {
|