Searched refs:_CompareCursors (Results 1 – 5 of 5) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fckundo.js | 80 FCKUndo._CompareCursors = function( cursor1, cursor2 ) function 110 return this._CompareCursors( bookmark1.Start, bookmark2.Start ) == 0 111 && this._CompareCursors( bookmark1.End, bookmark2.End ) == 0 ;
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 48 …_CompareCursors=function(A,B){for (var i=0;i<Math.min(A.length,B.length);i++){if (A[i]<B[i]) retur… function
|
H A D | fckeditorcode_gecko.js | 47 …_CompareCursors=function(A,B){for (var i=0;i<Math.min(A.length,B.length);i++){if (A[i]<B[i]) retur… function
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 58 …_CompareCursors=function(A,B){for (var i=0;i<Math.min(A.length,B.length);i++){if (A[i]<B[i]) retur… function
|
H A D | fckeditorcode_ie.js | 62 …_CompareCursors=function(A,B){for (var i=0;i<Math.min(A.length,B.length);i++){if (A[i]<B[i]) retur… function
|