Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_gecko.js116 var nextTextNode = FCKTools.GetNextTextNode( node, node.parentNode, blockEmptyStop ) ;
123 nextTextNode = FCKTools.GetNextTextNode( node, node.parentNode.parentNode, blockEmptyStop ) ;
H A Dfcktools.js503 FCKTools.GetNextTextNode = function( textnode, limitNode, checkStop ) function
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js32 …return;var J=FCKTools.GetNextTextNode(H,H.parentNode,C);if (J) return;G=FCK.EditorDocument.createR…
36 …) return C.nextSibling;else C=C.parentNode;}};return null;};FCKTools.GetNextTextNode=function(A,B,… function
H A Dfckeditorcode_ie.js37 …) return C.nextSibling;else C=C.parentNode;}};return null;};FCKTools.GetNextTextNode=function(A,B,… function
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js35 …return;var J=FCKTools.GetNextTextNode(H,H.parentNode,C);if (J) return;G=FCK.EditorDocument.createR…
47 …) return C.nextSibling;else C=C.parentNode;}};return null;};FCKTools.GetNextTextNode=function(A,B,… function
H A Dfckeditorcode_ie.js51 …) return C.nextSibling;else C=C.parentNode;}};return null;};FCKTools.GetNextTextNode=function(A,B,… function