Home
last modified time | relevance | path

Searched refs:GetWindowPosition (Results 1 – 8 of 8) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js15 var myCoords = FCKTools.GetWindowPosition( w, domNode ) ;
46 var pos = FCKTools.GetWindowPosition( w, cells[i] ) ;
75 lxDist = mouse.x - FCKTools.GetWindowPosition( w, lbCell ).x ;
110 var leftPosition = FCKTools.GetWindowPosition( FCK.EditorWindow, leftCell ) ;
111 var rightPosition = FCKTools.GetWindowPosition( FCK.EditorWindow, rightCell ) ;
320 var leftPos = FCKTools.GetWindowPosition( FCK.EditorWindow, this._LeftCell ) ;
321 var rightPos = FCKTools.GetWindowPosition( FCK.EditorWindow, this._RightCell ) ;
433 var tablePos = FCKTools.GetWindowPosition( w, table ) ;
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js16 var myCoords = FCKTools.GetWindowPosition( w, domNode ) ;
47 var pos = FCKTools.GetWindowPosition( w, cells[i] ) ;
76 lxDist = mouse.x - FCKTools.GetWindowPosition( w, lbCell ).x ;
109 var leftPosition = FCKTools.GetWindowPosition( FCK.EditorWindow, leftCell ) ;
110 var rightPosition = FCKTools.GetWindowPosition( FCK.EditorWindow, rightCell ) ;
320 var leftPos = FCKTools.GetWindowPosition( FCK.EditorWindow, this._LeftCell ) ;
321 var rightPos = FCKTools.GetWindowPosition( FCK.EditorWindow, this._RightCell ) ;
510 return FCKTools.GetWindowPosition( w, table ) ;
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckfitwindow.js109 var editorPos = FCKTools.GetWindowPosition( eMainWindow, eEditorFrame ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools.js434 FCKTools.GetWindowPosition = function( w, node ) function
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js37 …op-B.scrollTop;B=B.offsetParent;};return { "x":x,"y":y };};FCKTools.GetWindowPosition=function(w,A… function
78 …d white";B.backgroundColor="white";};C.scrollTo(0,0);var I=FCKTools.GetWindowPosition(C,A);if (I.x…
H A Dfckeditorcode_gecko.js36 …op-B.scrollTop;B=B.offsetParent;};return { "x":x,"y":y };};FCKTools.GetWindowPosition=function(w,A… function
77 …d white";B.backgroundColor="white";};C.scrollTo(0,0);var I=FCKTools.GetWindowPosition(C,A);if (I.x…
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js47 …ft;y+=w.document.body.offsetTop;};return { "x":x,"y":y };};FCKTools.GetWindowPosition=function(w,A… function
88 …d white";B.backgroundColor="white";};C.scrollTo(0,0);var K=FCKTools.GetWindowPosition(C,A);if (K.x…
H A Dfckeditorcode_ie.js51 …ft;y+=w.document.body.offsetTop;};return { "x":x,"y":y };};FCKTools.GetWindowPosition=function(w,A… function
92 …d white";B.backgroundColor="white";};C.scrollTo(0,0);var K=FCKTools.GetWindowPosition(C,A);if (K.x…