Home
last modified time | relevance | path

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

/plugin/ckgedit/ckeditor/
H A Dckeditor.js1260 …=[];this.widgetHoldingFocusedEditable=this.focused=null;this._={nextId:0,upcasts:[],upcastCallback… property in q._
1265upcasts[d].call(this,a,c);return!1}function d(b,c,e){var d=CKEDITOR.tools.getIndex(a._.upcasts,fun…
1268 …&&a.disallow(c.disallowedContent));return a}function Y(a){var b=[],c=a._.upcasts,d=a._.upcastCallb…
H A DCHANGES.md325 …cs/ckeditor4/latest/api/CKEDITOR_plugins_widget_definition.html#property-upcasts) methods are call…
1282 * [#11533](https://dev.ckeditor.com/ticket/11533): Widgets: Avoid recurring upcasts if the DOM stru…
H A Dckeditor.js.unc25063 upcasts: [],
25168 d[f], e === a.name) return b.upcasts[e].call(this, a, c);
25173 var e = CKEDITOR.tools.getIndex(a._.upcasts, function(a) {
25176 0 > e && (e = a._.upcasts.length);
25177 a._.upcasts.splice(e, 0, [CKEDITOR.tools.bind(b, c), c.name, d])
25267 c = a._.upcasts,
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md862 * [#11533](http://dev.ckeditor.com/ticket/11533): Widgets: Avoid recurring upcasts if the DOM struc…