Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js144 GetFirstChild : function( node, childNames ) argument
147 if ( typeof ( childNames ) == 'string' )
148 childNames = [ childNames ] ;
153 if ( eChild.nodeType == 1 && eChild.tagName.Equals.apply( eChild.tagName, childNames ) )
162 GetLastChild : function( node, childNames ) argument
165 if ( typeof ( childNames ) == 'string' )
166 childNames = [ childNames ] ;
171 if ( eChild.nodeType == 1 && ( !childNames || eChild.tagName.Equals( childNames ) ) )