Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js481 FCKTools.GetNextNode = function( node, limitNode ) function
505 node = this.GetNextNode( textnode, limitNode ) ;
510 node = this.GetNextNode( node, limitNode ) ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js37GetNextNode=function(A,B){if (A.firstChild) return A.firstChild;else if (A.nextSibling) return A.n… function
H A Dfckeditorcode_gecko.js36GetNextNode=function(A,B){if (A.firstChild) return A.firstChild;else if (A.nextSibling) return A.n… function
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js47GetNextNode=function(A,B){if (A.firstChild) return A.firstChild;else if (A.nextSibling) return A.n… function
H A Dfckeditorcode_ie.js51GetNextNode=function(A,B){if (A.firstChild) return A.firstChild;else if (A.nextSibling) return A.n… function