Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js267 GetNextSourceNode : function( currentNode, startFromSibling, nodeType, stopSearchElement ) argument
280 if ( !node && ( !stopSearchElement || stopSearchElement != currentNode.parentNode ) )
281 return this.GetNextSourceNode( currentNode.parentNode, true, nodeType, stopSearchElement ) ;
285 return this.GetNextSourceNode( node, false, nodeType, stopSearchElement ) ;