Searched refs:ignoreElements (Results 1 – 2 of 2) sorted by relevance
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fckdomtools.js | 176 …ousSourceElement : function( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreElements ) argument 187 …sSourceElement( currentNode.parentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreElements ) ; 196 if ( !ignoreElements || !currentNode.nodeName.IEquals( ignoreElements ) ) 205 ….GetPreviousSourceElement( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreElements ) ; 226 …extSourceElement : function( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreElements ) argument 234 …tSourceElement( currentNode.parentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreElements ) ; 243 if ( !ignoreElements || !currentNode.nodeName.IEquals( ignoreElements ) ) 252 …this.GetNextSourceElement( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreElements ) ;
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckdomtools.js | 195 …ousSourceElement : function( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreElements ) argument 206 …sSourceElement( currentNode.parentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreElements ) ; 215 if ( !ignoreElements || !currentNode.nodeName.IEquals( ignoreElements ) ) 224 ….GetPreviousSourceElement( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreElements ) ; 245 …extSourceElement : function( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreElements ) argument 254 if ( !ignoreElements || !currentNode.nodeName.IEquals( ignoreElements ) )
|