Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js267 GetNextSourceNode : function( currentNode, startFromSibling, nodeType, stopSearchElement ) argument
274 if ( !startFromSibling && currentNode.firstChild )
293 GetPreviousSourceNode : function( currentNode, startFromSibling, nodeType ) argument
300 if ( !startFromSibling && currentNode.lastChild )