Home
last modified time | relevance | path

Searched refs:cloneContents (Results 1 – 16 of 16) sorted by relevance

/plugin/issuetracker/
H A Dwysiwyg_editor.js20 container.appendChild(sel.getRangeAt(i).cloneContents());
50 container.appendChild(sel.getRangeAt(i).cloneContents());
/plugin/fckg/fckeditor/editor/plugins/fonts/
H A Dfckplugin.js117 e.appendChild( oSelection.getRangeAt(i).cloneContents() );
/plugin/katex/_assets/contrib/
H A Dcopy-tex.min.js1 …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 Dfckdomrange.js169 this._Range.cloneContents().AppendTo( eToolDiv ) ;
198 oTestRange._Range.cloneContents().AppendTo( eToolDiv ) ;
236 oTestRange._Range.cloneContents().AppendTo( eToolDiv ) ;
H A Dfckw3crange.js200 cloneContents : function() method in FCKW3CRange
/plugin/fckg/fckeditor/editor/plugins/plugintool/
H A Dfckplugin.js133 e.appendChild( oSelection.getRangeAt(i).cloneContents() );
/plugin/fckg/fckeditor/editor/plugins/geshi/
H A Dfckplugin.js139 e.appendChild( oSelection.getRangeAt(i).cloneContents() );
/plugin/ckgedit/ckeditor/
H A DCHANGES.md393 …): 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 Dckeditor.js154 …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…
281cloneContents():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 Dckeditor.js.unc3341 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 Dfckeditorcode_ie.js56cloneContents().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 Dfckeditorcode_gecko.js55cloneContents().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 DCHANGES.md427 …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 Dckeditor.js139 this.collapsed=!0},cloneContents:function(a){var b=new CKEDITOR.dom.documentFragment(this.document)…
254cloneContents():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 Dfckeditorcode_gecko.js66 …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 Dfckeditorcode_ie.js70 …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