Searched refs:copyFormatting (Results 1 – 3 of 3) sorted by relevance
/plugin/ckgdoku/ckeditor/ |
H A D | ckeditor.js | 741 …th+"styles/copyformatting.css");c.copyFormatting=new d.state(c);c.addCommand("copyFormatting",d.co… 743 …&b.state===CKEDITOR.TRISTATE_ON&&c.execCommand("copyFormatting")});c.copyFormatting.on("extractFor… 744 …copyFormatting.filter.check(new CKEDITOR.style(b),!0,!0))return a.cancel();a.data.styleDef=b});c.c… 745 …copyFormatting.on("applyFormatting",function(a){var b=CKEDITOR.plugins.copyformatting,d=b._determi… 746 b._applyStylesToTableContext(a.editor,a.data.range,a.data.styles):c.copyFormatting._isContextAllowe… 747 …okePasteCommand:null,commands:{copyFormatting:{exec:function(a,b){var c=CKEDITOR.plugins.copyforma… class in CKEDITOR.plugins.copyformatting.commands 749 …?"keystrokeHandler"==b.from:!1,f=CKEDITOR.plugins.copyformatting,l=a.copyFormatting,p=f._getCursor… 751 …R.NODE_ELEMENT&&!b.hasAttribute("data-cke-bookmark")&&(c.element=b,a.copyFormatting.fire("extractF… 759 ….setEnd(f.endNode,f.endOffset);c.select()}b=e._filterStyles(b);if(!a.copyFormatting.fire("applyFor…
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js.unc | 16138 a.copyFormatting = new b.state(a); 16139 a.addCommand("copyFormatting", b.commands.copyFormatting); 16143 command: "copyFormatting", 16158 a.execCommand("copyFormatting", { 16166 "copyFormatting"); 16168 var e = a.getCommand("copyFormatting"); 16179 a.copyFormatting.on("applyFormatting", 16190 a.copyFormatting.on("applyFormatting", 16215 copyFormatting: { 16218 e = a.copyFormatting, [all …]
|
H A D | ckeditor.js | 817 "styles/copyformatting.css");a.copyFormatting=new b.state(a);a.addCommand("copyFormatting",b.comman… 819 …copyFormatting.on("extractFormatting",function(e){var d=e.data.element;if(d.contains(a.editable())… 820 …copyFormatting._isContextAllowed(f))for(h=0;h<c.length;h++)f=c[h],g=d.createBookmark(),-1===l(b.pr… 821 …copyFormatting._isContextAllowed("list")?d._applyStylesToListContext(b.editor,b.data.range,b.data.… 823 …okePasteCommand:null,commands:{copyFormatting:{exec:function(a,b){var e=CKEDITOR.plugins.copyforma… class in CKEDITOR.plugins.copyformatting.commands 825 …?"keystrokeHandler"==b.from:!1,c=CKEDITOR.plugins.copyformatting,f=a.copyFormatting,g=c._getCursor… 827 …R.NODE_ELEMENT&&!b.hasAttribute("data-cke-bookmark")&&(e.element=b,a.copyFormatting.fire("extractF… 835 ….setEnd(c.endNode,c.endOffset);e.select()}b=d._filterStyles(b);if(!a.copyFormatting.fire("applyFor…
|