Searched refs:GetWindowPosition (Results 1 – 8 of 8) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/ |
H A D | fckplugin.js | 15 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 D | fckplugin.js | 16 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 D | fckfitwindow.js | 109 var editorPos = FCKTools.GetWindowPosition( eMainWindow, eEditorFrame ) ;
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fcktools.js | 434 FCKTools.GetWindowPosition = function( w, node ) function
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 37 …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 D | fckeditorcode_gecko.js | 36 …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 D | fckeditorcode_gecko.js | 47 …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 D | fckeditorcode_ie.js | 51 …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…
|