Home
last modified time | relevance | path

Searched refs:domObject (Results 1 – 5 of 5) sorted by relevance

/plugin/ckgdoku/ckeditor/
Dckeditor.js58 …2,CKEDITOR.EVENT_PHASE_BUBBLING=3,CKEDITOR.dom.domObject=function(a){a&&(this.$=a)},CKEDITOR.dom.d… method in CKEDITOR.dom
62domObject.prototype),CKEDITOR.dom.node=function(a){return a?new CKEDITOR.dom[a.nodeType==CKEDITOR.…
75 …dom.window=function(a){CKEDITOR.dom.domObject.call(this,a)},CKEDITOR.dom.window.prototype=new CKED…
77 ….document=function(a){CKEDITOR.dom.domObject.call(this,a)},CKEDITOR.dom.document.prototype=new CKE…
82 …{"string"==typeof a&&(a=(f?f.$:document).createElement(a));CKEDITOR.dom.domObject.call(this,a)},CK…
475 …{"string"==typeof a&&(a=(f?f.$:document).createComment(a));CKEDITOR.dom.domObject.call(this,a)},CK…
DCHANGES.md863 ….com/ticket/11400): Fixed: The [`domObject.removeAllListeners()`](http://docs.ckeditor.com/#!/api/…
/plugin/ckgedit/ckeditor/
Dckeditor.js67 CKEDITOR.EVENT_PHASE_BUBBLING=3;CKEDITOR.dom.domObject=function(a){a&&(this.$=a)};
68 CKEDITOR.dom.domObject.prototype=function(){var a=function(a,b){return function(c){"undefined"!=typ…
72 …CKEDITOR.tools.getNextNumber())};CKEDITOR.event.implementOn(a)})(CKEDITOR.dom.domObject.prototype);
73 …ent":"domObject"](a):this};CKEDITOR.dom.node.prototype=new CKEDITOR.dom.domObject;CKEDITOR.NODE_EL…
87 …dom.window=function(a){CKEDITOR.dom.domObject.call(this,a)};CKEDITOR.dom.window.prototype=new CKED…
89 ….document=function(a){CKEDITOR.dom.domObject.call(this,a)};CKEDITOR.dom.document.prototype=new CKE…
95 …,d){"string"==typeof a&&(a=(d?d.$:document).createElement(a));CKEDITOR.dom.domObject.call(this,a)};
516 …{"string"==typeof a&&(a=(d?d.$:document).createComment(a));CKEDITOR.dom.domObject.call(this,a)};CK…
Dckeditor.js.unc1720 CKEDITOR.dom.domObject = function(a) {
1723 CKEDITOR.dom.domObject.prototype = function() {
1801 })(CKEDITOR.dom.domObject.prototype);
1803 …ment" : a.nodeType == CKEDITOR.NODE_DOCUMENT_FRAGMENT ? "documentFragment" : "domObject"](a) : this
1805 CKEDITOR.dom.node.prototype = new CKEDITOR.dom.domObject;
2082 CKEDITOR.dom.domObject.call(this, a)
2084 CKEDITOR.dom.window.prototype = new CKEDITOR.dom.domObject;
2116 CKEDITOR.dom.domObject.call(this, a)
2118 CKEDITOR.dom.document.prototype = new CKEDITOR.dom.domObject;
2238 CKEDITOR.dom.domObject.call(this, a)
[all …]
DCHANGES.md1283 * [#11400](https://dev.ckeditor.com/ticket/11400): Fixed: The [`domObject.removeAllListeners()`](ht…