/plugin/issuetracker/ |
H A D | wysiwyg_editor.js | 20 container.appendChild(sel.getRangeAt(i).cloneContents()); 50 container.appendChild(sel.getRangeAt(i).cloneContents());
|
/plugin/fckg/fckeditor/editor/plugins/fonts/ |
H A D | fckplugin.js | 117 e.appendChild( oSelection.getRangeAt(i).cloneContents() );
|
/plugin/katex/_assets/contrib/ |
H A D | copy-tex.min.js | 1 …setStartBefore(i);var l=r(o.endContainer);l&&o.setEndAfter(l);var f=o.cloneContents();if(f.querySe…
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckdomrange.js | 169 this._Range.cloneContents().AppendTo( eToolDiv ) ; 198 oTestRange._Range.cloneContents().AppendTo( eToolDiv ) ; 236 oTestRange._Range.cloneContents().AppendTo( eToolDiv ) ;
|
H A D | fckw3crange.js | 200 cloneContents : function() method in FCKW3CRange
|
/plugin/fckg/fckeditor/editor/plugins/plugintool/ |
H A D | fckplugin.js | 133 e.appendChild( oSelection.getRangeAt(i).cloneContents() );
|
/plugin/fckg/fckeditor/editor/plugins/geshi/ |
H A D | fckplugin.js | 139 e.appendChild( oSelection.getRangeAt(i).cloneContents() );
|
/plugin/ckgedit/ckeditor/ |
H A D | CHANGES.md | 393 …): Fixed: The [`range.cloneContents()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_do… 847 …t behavior of [`range.cloneContents()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_do… 940 …1586): Fixed: [`range.cloneContents()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_do…
|
H A D | ckeditor.js | 154 …his.endContainer),this.startOffset=this.endOffset);this.collapsed=!0},cloneContents:function(a){va… 194 …endContainer.getParent(),c.endContainer.getIndex()+1);if(g||n)c=e;e=c.cloneContents();e=CKEDITOR.d… 281 …cloneContents():b.clone(!0)}for(var e=new CKEDITOR.dom.documentFragment,f,g,k,h=0;h<a.length;h++){… 383 …detect(a,this);w.bogus.exclude(a);w.cell.shrink(a);a.fragment=a.range.cloneContents();w.tree.rebui… 434 …ools.trim;d&&d.equals(g)&&!d.findOne("td, th, tr, tbody, table")?(f=f.cloneContents(),d=f.getFirst…
|
H A D | ckeditor.js.unc | 3341 cloneContents: function(a) { 4042 e = c.cloneContents(); 5887 return b.is("tr") ? a.cloneContents() : b.clone(!0) 5896 …& h.equals(q) || (h = q, g = q.clone(), e.append(g)), g.append(d(M))) : f.append(M.cloneContents()) 7812 a.fragment = a.range.cloneContents(); 8736 …d && d.equals(g) && !d.findOne("td, th, tr, tbody, table") ? (f = f.cloneContents(), d = f.getFirs…
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 56 …cloneContents().AppendTo(A);FCKDomTools.TrimNode(A);return (A.innerHTML.length==0);},CheckStartOfB… 60 …cument);if (!this.collapsed) this._ExecContentsAction(1,A);return A;},cloneContents:function(){var… method in FCKW3CRange
|
H A D | fckeditorcode_gecko.js | 55 …cloneContents().AppendTo(A);FCKDomTools.TrimNode(A);return (A.innerHTML.length==0);},CheckStartOfB… 59 …cument);if (!this.collapsed) this._ExecContentsAction(1,A);return A;},cloneContents:function(){var… method in FCKW3CRange
|
/plugin/ckgdoku/ckeditor/ |
H A D | CHANGES.md | 427 …the default behavior of [`range.cloneContents()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.ran… 520 …m/ticket/11586): Fixed: [`range.cloneContents()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.ran…
|
H A D | ckeditor.js | 139 this.collapsed=!0},cloneContents:function(a){var b=new CKEDITOR.dom.documentFragment(this.document)… 254 …cloneContents():b.clone(!0)}for(var e=new CKEDITOR.dom.documentFragment,g,f,h,m=0;m<a.length;m++){… 346 …detect(a,this);x.bogus.exclude(a);x.cell.shrink(a);a.fragment=a.range.cloneContents();x.tree.rebui… 396 …ools.trim;c&&c.equals(g)&&!c.findOne("td, th, tr, tbody, table")?(e=e.cloneContents(),c=e.getFirst…
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 66 …turn true;var A=this.Window.document.createElement('div');this._Range.cloneContents().AppendTo(A);… 70 …cument);if (!this.collapsed) this._ExecContentsAction(1,A);return A;},cloneContents:function(){var… method in FCKW3CRange
|
H A D | fckeditorcode_ie.js | 70 …turn true;var A=this.Window.document.createElement('div');this._Range.cloneContents().AppendTo(A);… 74 …cument);if (!this.collapsed) this._ExecContentsAction(1,A);return A;},cloneContents:function(){var… method in FCKW3CRange
|