Home
last modified time | relevance | path

Searched refs:replaceChild (Results 76 – 93 of 93) sorted by last modified time

1234

/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1914 element.parentNode.replaceChild(content, element);
1961 element.parentNode.replaceChild(wrapper, element);
2788 element.parentNode.replaceChild(content, element);
/plugin/frootysearch/
H A Dscript.js70 searchField.parentNode.replaceChild(standIn, searchField);
86 standIn.parentNode.replaceChild(wrapper, standIn);
/plugin/highlightjs/highlight/
H A Dhighlight.js418 environment.replaceChild(container.firstChild, block.parentNode);
H A Dhighlight.pack.js1 …ode class="'+x+'">'+B+"</code></pre>";var w=y.parentNode.parentNode;w.replaceChild(A.firstChild,y.…
/plugin/swfobject/
H A Dscript.js4replaceChild(g(Y),X);Y.style.display="none";(function(){if(Y.readyState==4){Y.parentNode.removeChi…
/plugin/asciimath/
H A Dasciimathml148r.js558 else result[0].replaceChild(AMcreateElementMathML("mo").
743 newFrag.replaceChild(node,newFrag.firstChild);
834 n.parentNode.replaceChild(frg,n);
/plugin/indexmenu2/cms/
H A Dcms.js15replaceChild(q,e);K++;e[c.submenu]=[];for(var E=0,r=e.childNodes.length;E<r;E++){if(!e.childNodes[…
/plugin/indexmenu2/cms/extensions/
H A Ddomextensions.js15 …document.createRange();l.selectNodeContents(I);return this.parentNode.replaceChild(l.extractConten…
/plugin/indexmenu2/cms/modifiers/
H A Dblendiebugfix.js9 ….createElementExt('div',{'class':'blendIeBugfix'});i[I['parentNode']].replaceChild(O,i);O.appendCh…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js36 …irty')!=null||A.body.firstChild.getAttribute('type')=='_moz')) A.body.replaceChild(C,A.body.firstC…
79replaceChild(I.listNode,A.root);},_CreateList:function(A,B){var C=A.contents;var D=A.root.ownerDoc…
81 …) M[i].indent+=I;var O=FCKDomTools.ArrayToList(M);if (O) B.parentNode.replaceChild(O.listNode,B);F…
82replaceChild(J,E);}else F.push(E);};var K=B.Window.document.createElement('blockquote');G.insertBe…
H A Dfckeditorcode_gecko.js35 …irty')!=null||A.body.firstChild.getAttribute('type')=='_moz')) A.body.replaceChild(C,A.body.firstC…
37 …ngth;i++) A.appendChild(e.childNodes[i].cloneNode(true));e.parentNode.replaceChild(A,e);};FCKTools…
78replaceChild(I.listNode,A.root);},_CreateList:function(A,B){var C=A.contents;var D=A.root.ownerDoc…
80 …) M[i].indent+=I;var O=FCKDomTools.ArrayToList(M);if (O) B.parentNode.replaceChild(O.listNode,B);F…
81replaceChild(J,E);}else F.push(E);};var K=B.Window.document.createElement('blockquote');G.insertBe…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js396 doc.body.replaceChild( node, doc.body.firstChild ) ;
H A Dfcktools_gecko.js105 e.parentNode.replaceChild( oFragment, e ) ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcklistcommands.js267 groupObj.root.parentNode.replaceChild( newList.listNode, groupObj.root ) ;
380 groupObj.root.parentNode.replaceChild( newList.listNode, groupObj.root ) ;
H A Dfckindentcommands.js275 listNode.parentNode.replaceChild( newList.listNode, listNode ) ;
H A Dfckblockquotecommand.js79 block.parentNode.replaceChild( docFrag, block ) ;
161 node.parentNode.replaceChild( docFrag, node ) ;
/plugin/virtualkeyboard/vk/extensions/
H A Ddomextensions.js28 return this.parentNode.replaceChild(r.extractContents(),self);
/plugin/aimg/
H A Dscript.js149 imgObj.parentNode.parentNode.replaceChild(newNode, imgObj.parentNode);

1234