Home
last modified time | relevance | path

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

/plugin/ckgdoku/ckeditor/
H A Dckeditor.js748 …trokeHandler(a),this.setState(CKEDITOR.TRISTATE_OFF);e.styles=c._extractStylesFromElement(a,a.elem…
751 …:a.getName(),type:CKEDITOR.STYLE_INLINE,attributes:c,styles:b}},_extractStylesFromElement:function… method in CKEDITOR.plugins.copyformatting
752 …ker(b),f;f=e.next();)c=c.concat(CKEDITOR.plugins.copyformatting._extractStylesFromElement(a,f));re…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js824 …trokeHandler(a),this.setState(CKEDITOR.TRISTATE_OFF);d.styles=e._extractStylesFromElement(a,a.elem…
827 _extractStylesFromElement:function(a,b){var e={},d=[];do if(b.type===CKEDITOR.NODE_ELEMENT&&!b.hasA… method in CKEDITOR.plugins.copyformatting
H A Dckeditor.js.unc16225 e.styles = d._extractStylesFromElement(a, a.elementPath().lastElement);
16267 _extractStylesFromElement: function(a, b) {
16276 … c; c = e.next();) d = d.concat(CKEDITOR.plugins.copyformatting._extractStylesFromElement(a, c));