Home
last modified time | relevance | path

Searched refs:firstChild (Results 276 – 300 of 309) sorted by last modified time

1...<<111213

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js40 while ( (eChild = source.firstChild) )
64 while ( (eChildNode = node.firstChild) )
79 node.removeChild( node.firstChild ) ;
137 while ( (eChild = node.firstChild) )
150 var eChild = node.firstChild ;
275 node = currentNode.firstChild ;
392 && doc.body.firstChild.nodeType == 1
411 || ( paddingNode.firstChild && paddingNode.firstChild.nodeValue != '\xa0'
783 while ( currentListItem.firstChild )
806 var currentNode = retval.firstChild ;
[all …]
H A Dfck.js156 var oNode = oBody.firstChild ;
H A Dfckxhtml.js128 var oNode = htmlNode.firstChild ;
190 if ( htmlNode == htmlNode.parentNode.firstChild )
H A Dfck_gecko.js206 if ( emptyBlockNode.firstChild )
213 FCK._FillEmptyBlock( FCK.EditorDocument.body.firstChild ) ;
H A Dfcktools.js483 if ( node.firstChild )
484 return node.firstChild ;
H A Dfcktablehandler.js378 var node = currentCell.removeChild( currentCell.firstChild ) ;
396 if ( FCKBrowserInfo.IsGeckoLike && ( ! refCell.firstChild ) )
413 cellContents.appendChild( nextCell.removeChild( nextCell.firstChild ) ) ;
435 cellContents.appendChild( nextCell.removeChild( nextCell.firstChild ) ) ;
436 if ( cellContents.firstChild )
437 …cellContents.insertBefore( nextCell.ownerDocument.createElement( 'br' ), cellContents.firstChild )…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdomrange.js150 …while ( ( child = targetElement.firstChild ) && child.nodeType == 1 && FCKListsLib.EmptyElements[ …
540 if ( oNode != oNode.parentNode.firstChild )
H A Dfckenterkey.js573 target = target.insertBefore( FCKDomTools.CloneElement( source ), target.firstChild ) ;
599 if ( range.StartContainer == node || range.StartContainer == node.firstChild )
H A Dfckdomrangeiterator.js133 if ( currentNode.firstChild )
142 currentNode = currentNode.firstChild ;
H A Dfckw3crange.js271 startNode = startNode.insertBefore( this._Document.createTextNode(''), startNode.firstChild ) ;
376 clone.insertBefore( currentNode.cloneNode( true ), clone.firstChild ) ;
384 clone.insertBefore( currentNode, clone.firstChild ) ;
H A Dfckeditingarea.js48 while( ( oChild = eTargetElement.firstChild ) ) // Only one "=".
H A Dfckpanel.js189 iMainWidth = eMainNode.offsetWidth || eMainNode.firstChild.offsetWidth ;
H A Dfckxml_gecko.js42 if ( this.DOMDocument == null || this.DOMDocument.firstChild == null )
H A Dfckxml_ie.js57 if ( this.DOMDocument == null || this.DOMDocument.firstChild == null )
H A Dfckspecialcombo.js90 while ( itemsholder.firstChild )
91 itemsholder.removeChild( itemsholder.firstChild ) ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcklistcommands.js69 if ( ! doc.body.firstChild )
206 while ( currentNode.firstChild )
207 listNode.appendChild( currentNode.removeChild( currentNode.firstChild ) ) ;
224 listNode.firstChild ) ;
282 while ( contents[0].firstChild )
283 divBlock.appendChild( contents[0].removeChild( contents[0].firstChild ) ) ;
320 while ( contentBlock.firstChild )
321 docFrag.appendChild( contentBlock.removeChild( contentBlock.firstChild ) ) ;
H A Dfckblockquotecommand.js74 while ( block.firstChild )
76 docFrag.appendChild( block.removeChild( block.firstChild ) ) ;
124 if ( node == node.parentNode.firstChild )
127 if ( ! bqBlock.firstChild )
133 if ( ! bqBlock.firstChild )
157 while ( node.firstChild )
158 docFrag.appendChild( node.removeChild( node.firstChild ) ) ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_flash/
H A Dfck_flash.js192 while ( ePreview.firstChild )
193 ePreview.removeChild( ePreview.firstChild ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js64 …mlHttp.status != 304 ) || oXmlHttp.responseXML == null || oXmlHttp.responseXML.firstChild == null )
/plugin/jspwiki_import/importer/
H A Dgwt.js254 if (document.body.firstChild) {
255 document.body.insertBefore(iframe, document.body.firstChild);
/plugin/remotescript/
H A Dscript.js9 … height:0px; overflow:hidden; border:none\"></iframe>";if(!o){o=I.span.firstChild}e.body.insertBef…
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest.js521 _4e=th.span.firstChild;
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js512 form = th.span.firstChild;
H A DJsHttpRequest.js699 form = th.span.firstChild;
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js521 _4e=th.span.firstChild;

1...<<111213