Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js293 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 Dfckdomrange.js591 oNode = FCKDomTools.GetPreviousSourceNode( lastNode, true ) ;
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js38GetPreviousSourceNode:function(A,B,C,D){if (!A) return null;var E;if (!B&&A.lastChild) E=A.lastChi… method in FCKDomTools
66GetPreviousSourceNode(D,true,null,C);while (F){switch (F.nodeType){case 1:if (!FCKListsLib.InlineC…
H A Dfckeditorcode_ie.js40GetPreviousSourceNode:function(A,B,C,D){if (!A) return null;var E;if (!B&&A.lastChild) E=A.lastChi… method in FCKDomTools
70GetPreviousSourceNode(D,true,null,C);while (F){switch (F.nodeType){case 1:if (!FCKListsLib.InlineC…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js36GetPreviousSourceNode: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 Dfckeditorcode_gecko.js35GetPreviousSourceNode: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…