Searched refs:GetPreviousSourceNode (Results 1 – 6 of 6) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckdomtools.js | 293 GetPreviousSourceNode : function( currentNode, startFromSibling, nodeType ) method in FCKDomTools 303 …node = ( currentNode.previousSibling || this.GetPreviousSourceNode( currentNode.parentNode, true, … 306 return this.GetPreviousSourceNode( node, false, nodeType ) ;
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckdomrange.js | 591 oNode = FCKDomTools.GetPreviousSourceNode( lastNode, true ) ;
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 38 …GetPreviousSourceNode:function(A,B,C,D){if (!A) return null;var E;if (!B&&A.lastChild) E=A.lastChi… method in FCKDomTools 66 …GetPreviousSourceNode(D,true,null,C);while (F){switch (F.nodeType){case 1:if (!FCKListsLib.InlineC…
|
H A D | fckeditorcode_ie.js | 40 …GetPreviousSourceNode:function(A,B,C,D){if (!A) return null;var E;if (!B&&A.lastChild) E=A.lastChi… method in FCKDomTools 70 …GetPreviousSourceNode(D,true,null,C);while (F){switch (F.nodeType){case 1:if (!FCKListsLib.InlineC…
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 36 …GetPreviousSourceNode:function(A,B,C){if (!A) return null;var D;if (!B&&A.lastChild) D=A.lastChild… method in FCKDomTools 56 …{var E=B.childNodes[this._Range.startOffset];if (E) B=FCKDomTools.GetPreviousSourceNode(E,true);el…
|
H A D | fckeditorcode_gecko.js | 35 …GetPreviousSourceNode:function(A,B,C){if (!A) return null;var D;if (!B&&A.lastChild) D=A.lastChild… method in FCKDomTools 55 …{var E=B.childNodes[this._Range.startOffset];if (E) B=FCKDomTools.GetPreviousSourceNode(E,true);el…
|