Home
last modified time | relevance | path

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

/plugin/ckgdoku/ckeditor/
DCHANGES.md1043 …913): Fixed [`CKEDITOR.plugins.addExternal()`](http://docs.ckeditor.com/#!/api/CKEDITOR.resourceMa…
Dckeditor.js237 …eturn CKEDITOR.getUrl(this.getPath(a)+(f?f.file:this.fileName+".js"))},addExternal:function(a,f,b)… method
473 …R.stylesSet),CKEDITOR.loadStylesSet=function(a,f,b){CKEDITOR.stylesSet.addExternal(a,f,"");CKEDITO…
475 var b=b.split(":"),c=b[0];CKEDITOR.stylesSet.addExternal(c,b[1]?b.slice(1).join(":"):CKEDITOR.getUr…
/plugin/ckgedit/ckeditor/
DCHANGES.md1463 …d [`CKEDITOR.plugins.addExternal()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_resou…
Dckeditor.js263 return CKEDITOR.getUrl(this.getPath(a)+(d?d.file:this.fileName+".js"))},addExternal:function(a,d,b)… method
513 …R.stylesSet);CKEDITOR.loadStylesSet=function(a,d,b){CKEDITOR.stylesSet.addExternal(a,d,"");CKEDITO…
515 …(b);else{b||(b="default");var b=b.split(":"),c=b[0];CKEDITOR.stylesSet.addExternal(c,b[1]?b.slice(…
Dckeditor.js.unc5540 addExternal: function(a, d, b) {
10274 CKEDITOR.stylesSet.addExternal(a, d, "");
10309 … CKEDITOR.stylesSet.addExternal(c, b[1] ? b.slice(1).join(":") : CKEDITOR.getUrl("styles.js"), "");