Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckdomtools.js293 GetPreviousSourceNode : function( currentNode, startFromSibling, nodeType ) method
303 …node = ( currentNode.previousSibling || this.GetPreviousSourceNode( currentNode.parentNode, true, …
306 return this.GetPreviousSourceNode( node, false, nodeType ) ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckdomrange.js591 oNode = FCKDomTools.GetPreviousSourceNode( lastNode, true ) ;
/plugin/fckg/fckeditor/editor/js/
Dfckeditorcode_ie.js40GetPreviousSourceNode:function(A,B,C,D){if (!A) return null;var E;if (!B&&A.lastChild) E=A.lastChi… method
70GetPreviousSourceNode(D,true,null,C);while (F){switch (F.nodeType){case 1:if (!FCKListsLib.InlineC…
Dfckeditorcode_gecko.js38GetPreviousSourceNode:function(A,B,C,D){if (!A) return null;var E;if (!B&&A.lastChild) E=A.lastChi… method
66GetPreviousSourceNode(D,true,null,C);while (F){switch (F.nodeType){case 1:if (!FCKListsLib.InlineC…
/plugin/wysiwyg/fckeditor/editor/js/
Dfckeditorcode_gecko.js35GetPreviousSourceNode:function(A,B,C){if (!A) return null;var D;if (!B&&A.lastChild) D=A.lastChild… method
55 …{var E=B.childNodes[this._Range.startOffset];if (E) B=FCKDomTools.GetPreviousSourceNode(E,true);el…
Dfckeditorcode_ie.js36GetPreviousSourceNode:function(A,B,C){if (!A) return null;var D;if (!B&&A.lastChild) D=A.lastChild… method
56 …{var E=B.childNodes[this._Range.startOffset];if (E) B=FCKDomTools.GetPreviousSourceNode(E,true);el…