Home
last modified time | relevance | path

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

/plugin/ckgdoku/ckeditor/
Dckeditor.js193 …R.ENTER_P=1,CKEDITOR.ENTER_BR=2,CKEDITOR.ENTER_DIV=3,CKEDITOR.config={customConfig:"config.js",aut… property
198 …(d||a(e))delete b[e],c=!0;return c}function l(a,b,c){if(a.disabled||a.customConfig&&!c||!b)return!…
210 ….editor){a=this.editor=a;this.customConfig=!0;var b=a.config.allowedContent;!0===b?this.disabled=!…
211 …de],"default",1),this.disallow(a.config.disallowedContent))}else this.customConfig=!1,this.allow(a…
217 this.addContentForms(a.contentForms);return a.requiredContent&&(this.customConfig||this.disallowedC…
246 ….config.customConfig;if(!b)return!1;var b=CKEDITOR.getUrl(b),c=q[b]||(q[b]={});c.fn?(c.fn.call(a,a…
248 …ilter=a.activeFilter=new CKEDITOR.filter(a);h(a)});b&&null!=b.customConfig&&(a.config.customConfig=
249 b.customConfig);k(a)||a.fireOnce("customConfigLoaded")}function h(a){CKEDITOR.skin.loadPart("editor…
858 …gth;d++){var h=c[d],m=new CKEDITOR.style(f["format_"+h]);if(!a.filter.customConfig||a.filter.check…
1083 …le.customHandlers[d.type]||(h=d.name,d=new CKEDITOR.style(d),a.filter.customConfig&&!a.filter.chec…
DCHANGES.md1125 …ition while loading several [`config.customConfig`](http://docs.ckeditor.com/#!/api/CKEDITOR.confi…
/plugin/ckgedit/ckeditor/
Dckeditor.js217 CKEDITOR.config={customConfig:"config.js",autoUpdateElement:!0,language:"",defaultLanguage:"en",con… property
222 …(d||a(e))delete b[e],c=!0;return c}function g(a,b,c){if(a.disabled||a.customConfig&&!c||!b)return!…
234 ….editor?a:null;if(c&&!b){this.customConfig=!0;var d=c.config.allowedContent;!0===d?this.disabled=!…
235 …de],"default",1),this.disallow(c.config.disallowedContent))}else this.customConfig=!1,this.allow(b…
241 this.addContentForms(a.contentForms);return a.requiredContent&&(this.customConfig||this.disallowedC…
273 ….config.customConfig;if(!b)return!1;var b=CKEDITOR.getUrl(b),c=u[b]||(u[b]={});c.fn?(c.fn.call(a,a…
275 …iveFilter=new CKEDITOR.filter(a);p(a)});b&&null!=b.customConfig&&(a.config.customConfig=b.customCo…
929 …gth;g++){var h=l[g],k=new CKEDITOR.style(f["format_"+h]);if(!a.filter.customConfig||a.filter.check…
1153 …le.customHandlers[b.type]||(h=b.name,b=new CKEDITOR.style(b),c.filter.customConfig&&!c.filter.chec…
Dckeditor.js.unc4395 customConfig: "config.js",
4537 if (a.disabled || a.customConfig && !c || !b) return !1;
4855 this.customConfig = !0;
4857 …!0 === b ? this.disabled = !0 : (b || (this.customConfig = !1), this.allow(b, "config", 1), this.a…
4859 } else this.customConfig = !1, this.allow(a, "default", 1)
4971 …return a.requiredContent && (this.customConfig || this.disallowedContent.length) ? this.check(a.re…
5743 var b = a.config.customConfig;
5747 …c.fn ? (c.fn.call(a, a.config), CKEDITOR.getUrl(a.config.customConfig) != b && k(a) || a.fireOnce(…
5776 b && null != b.customConfig && (a.config.customConfig = b.customConfig);
18383 …if (!a.filter.customConfig || a.filter.check(k)) m++, d[h] = k, d[h]._.enterMode = a.config.enterM…
[all …]
DCHANGES.md1545 …e loading several [`config.customConfig`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_…