Home
last modified time | relevance | path

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

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js195GetPreviousSourceElement : function( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignoreE… method in FCKDomTools
206 …return this.GetPreviousSourceElement( currentNode.parentNode, ignoreSpaceTextOnly, stopSearchEleme…
224 …return this.GetPreviousSourceElement( currentNode, ignoreSpaceTextOnly, stopSearchElements, ignore…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckenterkey.js196 …var ePrevious = FCKDomTools.GetPreviousSourceElement( oCurrentBlock, true, [ 'BODY', oRange.StartB…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js38GetPreviousSourceElement:function(A,B,C,D){if (!A) return null;if (C&&A.nodeType==1&&A.nodeName.IE… method in FCKDomTools
62 …);return C;},_CheckAndMergePre:function(A,B){if (A!=FCKDomTools.GetPreviousSourceElement(B,true)) …
71GetPreviousSourceElement(B.StartNode,true);if (F&&F.nodeName.toLowerCase()=='br'){var G=B.Clone();…
H A Dfckeditorcode_ie.js40GetPreviousSourceElement:function(A,B,C,D){if (!A) return null;if (C&&A.nodeType==1&&A.nodeName.IE… method in FCKDomTools
66 …);return C;},_CheckAndMergePre:function(A,B){if (A!=FCKDomTools.GetPreviousSourceElement(B,true)) …
75GetPreviousSourceElement(B.StartNode,true);if (F&&F.nodeName.toLowerCase()=='br'){var G=B.Clone();…
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js36GetPreviousSourceElement:function(A,B,C,D){if (!A) return null;if (C&&A.nodeType==1&&A.nodeName.IE… method in FCKDomTools
61 …if (B.CheckStartOfBlock()){var I=B.StartBlock;var J=FCKDomTools.GetPreviousSourceElement(I,true,['…
H A Dfckeditorcode_gecko.js35GetPreviousSourceElement:function(A,B,C,D){if (!A) return null;if (C&&A.nodeType==1&&A.nodeName.IE… method in FCKDomTools
60 …if (B.CheckStartOfBlock()){var I=B.StartBlock;var J=FCKDomTools.GetPreviousSourceElement(I,true,['…