Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js195 …GetPreviousSourceElement : function( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreE… argument
200 …if ( stopSearchElements && currentNode.nodeType == 1 && currentNode.nodeName.IEquals( stopSearchEl…
206 …reviousSourceElement( currentNode.parentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreEleme…
212 if ( stopSearchElements && currentNode.nodeName.IEquals( stopSearchElements ) )
224 …return this.GetPreviousSourceElement( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignore…
245 …GetNextSourceElement : function( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreEleme… argument
251 if ( stopSearchElements && currentNode.nodeName.IEquals( stopSearchElements ) )