Searched refs:GetDocumentPosition (Results 1 – 7 of 7) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/ |
H A D | fckplugin.js | 102 var offset = FCKTools.GetDocumentPosition( window, FCK.EditingArea.IFrame ) ; 312 var offset = FCKTools.GetDocumentPosition( window, FCK.EditingArea.IFrame ) ; 376 var offset = FCKTools.GetDocumentPosition( window, FCK.EditingArea.IFrame ) ; 432 var offset = FCKTools.GetDocumentPosition( window, FCK.EditingArea.IFrame ) ;
|
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fcktools.js | 420 FCKTools.GetDocumentPosition = function( w, node ) function 436 var pos = this.GetDocumentPosition( w, node ) ;
|
/plugin/fckg/fckeditor/editor/plugins/dragresizetable/ |
H A D | fckplugin.js | 506 return FCKTools.GetDocumentPosition( window, FCK.EditingArea.IFrame ) ;
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 46 …etCurrentElementStyle(A,'marginBottom')||0,10)||0;};var F=FCKTools.GetDocumentPosition(C,A);E+=F.y… 47 …GetDocumentPosition=function(w,A){var x=0;var y=0;var B=A;var C=null;var D=FCKTools.GetElementWind… function 98 …GetDocumentPosition(this._Window,A.nodeType==9?(FCKTools.IsStrictMode(A)?A.documentElement:A.body)…
|
H A D | fckeditorcode_ie.js | 50 …etCurrentElementStyle(A,'marginBottom')||0,10)||0;};var F=FCKTools.GetDocumentPosition(C,A);E+=F.y… 51 …GetDocumentPosition=function(w,A){var x=0;var y=0;var B=A;var C=null;var D=FCKTools.GetElementWind… function 100 …GetDocumentPosition(this._Window,A.nodeType==9?(FCKTools.IsStrictMode(A)?A.documentElement:A.body)…
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_ie.js | 37 …GetDocumentPosition=function(w,A){var x=0;var y=0;var B=A;while (B&&B!=w.document.body){x+=B.offse… function
|
H A D | fckeditorcode_gecko.js | 36 …GetDocumentPosition=function(w,A){var x=0;var y=0;var B=A;while (B&&B!=w.document.body){x+=B.offse… function
|