Home
last modified time | relevance | path

Searched refs:existingNode (Results 1 – 8 of 8) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckdocumentfragment_gecko.js42 InsertAfterNode : function( existingNode ) argument
44 FCKDomTools.InsertAfterNode( existingNode, this.RootNode ) ;
Dfckdocumentfragment_ie.js50 InsertAfterNode : function( existingNode ) argument
56 FCKDomTools.InsertAfterNode( existingNode, eRoot.removeChild( eLast ) ) ;
/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckdocumentfragment_gecko.js42 InsertAfterNode : function( existingNode ) argument
44 FCKDomTools.InsertAfterNode( existingNode, this.RootNode ) ;
Dfckdocumentfragment_ie.js50 InsertAfterNode : function( existingNode ) argument
56 FCKDomTools.InsertAfterNode( existingNode, eRoot.removeChild( eLast ) ) ;
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckdomtools.js259 InsertAfterNode : function( existingNode, newNode ) argument
261 return existingNode.parentNode.insertBefore( newNode, existingNode.nextSibling ) ;
/plugin/dirtylittlehelper/mermaid/editor/docs/
D2.2.js31350 var existingNode = node.getValue() || null;
31351 while (existingNode && existingNode.hasChildren()) {
31352 existingNode = existingNode.findChildAtOffset(this.offset, false);
31359 range: _this.getCompletionRange(existingNode)
31369 this.getColorProposals(entry, existingNode, result);
31372 this.getPositionProposals(entry, existingNode, result);
31375 this.getRepeatStyleProposals(entry, existingNode, result);
31378 this.getLineStyleProposals(entry, existingNode, result);
31381 this.getLineWidthProposals(entry, existingNode, result);
31384 this.getGeometryBoxProposals(entry, existingNode, result);
[all …]
D2.2.js.map1existingNode = node.getValue() || null;\n while (existingNode && existingNode.hasChildren()…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckdomtools.js312 InsertAfterNode : function( existingNode, newNode ) argument
314 return existingNode.parentNode.insertBefore( newNode, existingNode.nextSibling ) ;