Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdomrangeiterator.js210 currentNode = FCKDomTools.GetNextSourceNode( currentNode, continueFromSibling, null, lastNode ) ;
280 …this._NextNode = block == lastNode ? null : FCKDomTools.GetNextSourceNode( range.EndNode, true, nu…
302 …this._NextNode = ( isLast || block == lastNode ) ? null : FCKDomTools.GetNextSourceNode( block, tr…
H A Dfckstyle.js339 var currentNode = FCKDomTools.GetNextSourceNode( startNode, true ) ;
345 var nextNode = FCKDomTools.GetNextSourceNode( currentNode ) ;
854 var currentNode = FCKDomTools.GetNextSourceNode( startNode, true ) ;
916 currentNode = FCKDomTools.GetNextSourceNode( currentNode ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js247 while( ( currentNode = this.GetNextSourceNode( currentNode, true ) ) ) // Only one "=".
267 GetNextSourceNode : function( currentNode, startFromSibling, nodeType, stopSearchElement ) method in FCKDomTools
281 return this.GetNextSourceNode( currentNode.parentNode, true, nodeType, stopSearchElement ) ;
285 return this.GetNextSourceNode( node, false, nodeType, stopSearchElement ) ;
811 currentNode = this.GetNextSourceNode( currentNode ) ;
H A Dfckstyles.js198 var currentNode = FCKDomTools.GetNextSourceNode( startNode, true, 1 ) ;
208 var nextNode = FCKDomTools.GetNextSourceNode( currentNode, false, 1 ) ;
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js38GetNextSourceNode(A,E))){if (A.nodeType==1){if (C&&A.nodeName.IEquals(C)) break;if (D&&A.nodeName.… method in FCKDomTools
46GetNextSourceNode(N);}};return { 'listNode':E,'nextIndex':G };},GetNextSibling:function(A,B){A=A.n…
62GetNextSourceNode(T,true);while (Z){var a=FCKDomTools.GetNextSourceNode(Z);if (Z.nodeType==1){var …
63 …rent(D,H,A);};var I=FCKDomTools.GetNextSourceNode(C,true,1);while (I){if (I==D) break;var J=FCKDom…
66GetNextSourceNode(D,true,null,C);var H=false;while (F){switch (F.nodeType){case 1:var I=F.nodeName…
68GetNextSourceNode(H,true,null,I)||H;};J=true;}else{if (H.firstChild){if (!B){B=new FCKDomRange(thi…
H A Dfckeditorcode_ie.js40GetNextSourceNode(A,E))){if (A.nodeType==1){if (C&&A.nodeName.IEquals(C)) break;if (D&&A.nodeName.… method in FCKDomTools
50GetNextSourceNode(N);}};return { 'listNode':E,'nextIndex':G };},GetNextSibling:function(A,B){A=A.n…
66GetNextSourceNode(T,true);while (Z){var a=FCKDomTools.GetNextSourceNode(Z);if (Z.nodeType==1){var …
67 …rent(D,H,A);};var I=FCKDomTools.GetNextSourceNode(C,true,1);while (I){if (I==D) break;var J=FCKDom…
70GetNextSourceNode(D,true,null,C);var H=false;while (F){switch (F.nodeType){case 1:var I=F.nodeName…
72GetNextSourceNode(H,true,null,I)||H;};J=true;}else{if (H.firstChild){if (!B){B=new FCKDomRange(thi…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js36GetNextSourceNode(A,true))){if (A.nodeType==1){if (C&&A.nodeName.IEquals(C)) break;if (!D||!A.node… method in FCKDomTools
52GetNextSourceNode(T,true);while (Z){var a=FCKDomTools.GetNextSourceNode(Z);if (Z.nodeType==1){var …
53 …rent(D,H,A);};var I=FCKDomTools.GetNextSourceNode(C,true,1);while (I){if (I==D) break;var J=FCKDom…
58GetNextSourceNode(H,L,null,I);};if (!A){if (!B){this._NextNode=null;return null;};A=B.StartBlock;i…
H A Dfckeditorcode_gecko.js35GetNextSourceNode(A,true))){if (A.nodeType==1){if (C&&A.nodeName.IEquals(C)) break;if (!D||!A.node… method in FCKDomTools
51GetNextSourceNode(T,true);while (Z){var a=FCKDomTools.GetNextSourceNode(Z);if (Z.nodeType==1){var …
52 …rent(D,H,A);};var I=FCKDomTools.GetNextSourceNode(C,true,1);while (I){if (I==D) break;var J=FCKDom…
57GetNextSourceNode(H,L,null,I);};if (!A){if (!B){this._NextNode=null;return null;};A=B.StartBlock;i…