Home
last modified time | relevance | path

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

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckdomtools.js176 …GetPreviousSourceElement : function( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreE… argument
187 …return this.GetPreviousSourceElement( currentNode.parentNode, ignoreSpaceTextOnly, stopSearchEleme…
199 …else if ( ignoreSpaceTextOnly && currentNode.nodeType == 3 && currentNode.nodeValue.RTrim().length…
205 …return this.GetPreviousSourceElement( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignore…
226 …GetNextSourceElement : function( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreEleme… argument
234 …return this.GetNextSourceElement( currentNode.parentNode, ignoreSpaceTextOnly, stopSearchElements,…
246 …else if ( ignoreSpaceTextOnly && currentNode.nodeType == 3 && currentNode.nodeValue.RTrim().length…
252 …return this.GetNextSourceElement( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreElem…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
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…