Searched refs:ignoreElements (Results 1 – 1 of 1) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A 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 ) )
|