Searched refs:GetPreviousSourceNode (Results 1 – 6 of 6) sorted by relevance
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckdomtools.js | 293 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/ |
| D | fckdomrange.js | 591 oNode = FCKDomTools.GetPreviousSourceNode( lastNode, true ) ;
|
| /plugin/fckg/fckeditor/editor/js/ |
| 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 70 …GetPreviousSourceNode(D,true,null,C);while (F){switch (F.nodeType){case 1:if (!FCKListsLib.InlineC…
|
| 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 66 …GetPreviousSourceNode(D,true,null,C);while (F){switch (F.nodeType){case 1:if (!FCKListsLib.InlineC…
|
| /plugin/wysiwyg/fckeditor/editor/js/ |
| D | fckeditorcode_gecko.js | 35 …GetPreviousSourceNode: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…
|
| D | fckeditorcode_ie.js | 36 …GetPreviousSourceNode: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…
|