Home
last modified time | relevance | path

Searched refs:ignoreSpaceTextOnly (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
206 …return this.GetPreviousSourceElement( currentNode.parentNode, ignoreSpaceTextOnly, stopSearchEleme…
218 …else if ( ignoreSpaceTextOnly && currentNode.nodeType == 3 && currentNode.nodeValue.RTrim().length…
224 …return this.GetPreviousSourceElement( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignore…
245 …GetNextSourceElement : function( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreEleme… argument
257 …else if ( ignoreSpaceTextOnly && currentNode.nodeType == 3 && currentNode.nodeValue.RTrim().length…