Searched refs:createFakeParserElement (Results 1 – 7 of 7) sorted by relevance
/plugin/ckgdoku/ckeditor/plugins/link/ |
H A D | plugin.js | 1 …table"]=1}}else{if(CKEDITOR.plugins.link.fakeAnchor&&j){return b.createFakeParserElement(i,"cke_an…
|
H A D | plugin.js.unc | 207 return editor.createFakeParserElement( element, 'cke_anchor', 'anchor' );
|
/plugin/ckgedit/ckeditor/plugins/link/ |
H A D | plugin.js | 1 …table"]=1}}else{if(CKEDITOR.plugins.link.fakeAnchor&&j){return b.createFakeParserElement(i,"cke_an…
|
H A D | plugin.js.unc | 207 return editor.createFakeParserElement( element, 'cke_anchor', 'anchor' );
|
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 820 …t.createElement("img",{attributes:c})};CKEDITOR.editor.prototype.createFakeParserElement=function(… method in CKEDITOR.editor 822 …kwave-flash"==a.type||b.test(a.src||"")}function f(a,b){return a.createFakeParserElement(b,"cke_fl… 869 …ments:{input:function(b){if("hidden"==b.attributes.type)return a.createFakeParserElement(b,"cke_hi… 878 …f.dataFilter)&&f.addRules({elements:{iframe:function(b){return a.createFakeParserElement(b,"cke_if… 919 null:a.createFakeParserElement(b,"cke_anchor","anchor"):null}}});var b=a._.elementsPath&&a._.elemen…
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 886 …t.createElement("img",{attributes:b})};CKEDITOR.editor.prototype.createFakeParserElement=function(… method in CKEDITOR.editor 888 …kwave-flash"==a.type||f.test(a.src||"")}function e(a,b){return a.createFakeParserElement(b,"cke_fl… 929 …ments:{input:function(a){if("hidden"==a.attributes.type)return b.createFakeParserElement(a,"cke_hi… 940 …b.dataFilter)&&b.addRules({elements:{iframe:function(b){return a.createFakeParserElement(b,"cke_if… 995 …{a:function(a){return a.attributes.name?a.children.length?null:c.createFakeParserElement(a,"cke_an…
|
H A D | ckeditor.js.unc | 17419 CKEDITOR.editor.prototype.createFakeParserElement = function(a, b, c, d) { 17459 return a.createFakeParserElement(b, "cke_flash", "flash", !0) 18368 …if ("hidden" == b.attributes.type) return a.createFakeParserElement(b, "cke_hidden", "hiddenfield") 18651 return a.createFakeParserElement(b, "cke_iframe", "iframe", !0) 19752 …return a.attributes.name ? a.children.length ? null : c.createFakeParserElement(a, "cke_anchor", "…
|