Home
last modified time | relevance | path

Searched refs:_CompareCursors (Results 1 – 5 of 5) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckundo.js80 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 Dfckeditorcode_ie.js48_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 Dfckeditorcode_gecko.js47_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 Dfckeditorcode_gecko.js58_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 Dfckeditorcode_ie.js62_CompareCursors=function(A,B){for (var i=0;i<Math.min(A.length,B.length);i++){if (A[i]<B[i]) retur… function