Home
last modified time | relevance | path

Searched refs:getStyleText (Results 1 – 3 of 3) sorted by relevance

/plugin/ckgdoku/ckeditor/
Dckeditor.js460 …}function x(a,b){var c=b._.definition,d=c.attributes,c=CKEDITOR.style.getStyleText(c);if(d)for(var…
469 …,g=c.attributes;if(g)for(var f in g)e++,d[f]=g[f];if(f=CKEDITOR.style.getStyleText(c))d.style||e++…
470 …;if(e)for(var g in e)c.push(" ",g,'\x3d"',e[g],'"');(e=CKEDITOR.style.getStyleText(b))&&c.push(' s…
471 CKEDITOR.style.getStyleText=function(a){var b=a._ST;if(b)return b;var b=a.styles,c=a.attributes&&a.… function
/plugin/ckgedit/ckeditor/
Dckeditor.js500 …}function w(a,b){var c=b._.definition,d=c.attributes,c=CKEDITOR.style.getStyleText(c);if(d)for(var…
509 …,f=c.attributes;if(f)for(var g in f)e++,d[g]=f[g];if(g=CKEDITOR.style.getStyleText(c))d.style||e++…
510 …;if(e)for(var f in e)c.push(" ",f,'\x3d"',e[f],'"');(e=CKEDITOR.style.getStyleText(b))&&c.push(' s…
511 CKEDITOR.style.getStyleText=function(a){var b=a._ST;if(b)return b;var b=a.styles,c=a.attributes&&a.… function
Dckeditor.js.unc9979 c = CKEDITOR.style.getStyleText(c);
10184 if (g = CKEDITOR.style.getStyleText(c)) d.style || e++, d.style = g;
10224 (e = CKEDITOR.style.getStyleText(b)) && c.push(' style\x3d"', e, '"');
10232 CKEDITOR.style.getStyleText = function(a) {