Home
last modified time | relevance | path

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

/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckdomtools.js125 GetFirstChild : function( node, childNames ) argument
128 if ( typeof ( childNames ) == 'string' )
129 childNames = [ childNames ] ;
134 if ( eChild.nodeType == 1 && eChild.tagName.Equals.apply( eChild.tagName, childNames ) )
143 GetLastChild : function( node, childNames ) argument
146 if ( typeof ( childNames ) == 'string' )
147 childNames = [ childNames ] ;
152 if ( eChild.nodeType == 1 && ( !childNames || eChild.tagName.Equals( childNames ) ) )
/plugin/wysiwyg/fckeditor/editor/_source/internals/
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 ) ) )