Searched refs:GetElementWindow (Results 1 – 10 of 10) sorted by relevance
/plugin/wysiwyg/fckeditor/editor/_source/internals/ |
H A D | fcktools_gecko.js | 213 var oOwnerWindow = FCKTools.GetElementWindow( el ) ; 257 oOwnerWindow = FCKTools.GetElementWindow( el ) ;
|
H A D | fcktools.js | 61 FCKTools.GetElementWindow = function( element ) function
|
H A D | fckdomtools.js | 533 var range = reusableRange || new FCKDomRange( FCKTools.GetElementWindow( element ) ) ;
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fcktoolbarspecialcombo.js | 48 …Width, this.PanelMaxHeight, FCKBrowserInfo.IsIE ? window : FCKTools.GetElementWindow( targetElemen…
|
H A D | fckmenublock.js | 71 this._Window = FCKTools.GetElementWindow( parentElement ) ;
|
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
H A D | fcktextcolorcommand.js | 37 oWindow = FCKTools.GetElementWindow( FCK.ToolbarSet._IFrame ) ;
|
/plugin/fckg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 38 …lse;},BreakParent:function(A,B,C){var D=C||new FCKDomRange(FCKTools.GetElementWindow(A));D.SetStar… 46 …entNode;};return null;},ScrollIntoView:function(A,B){var C=FCKTools.GetElementWindow(A);var D=FCKT… 47 …GetElementWindow=function(A){return this.GetDocumentWindow(this.GetElementDocument(A));};FCKTools.… function 48 …GetElementWindow(A);var E=null;while (A){var F=D.getComputedStyle(A,'').position;if (F&&F!='static… 84 …wserInfo.IsIE) B=window;else if (FCK.ToolbarSet._IFrame) B=FCKTools.GetElementWindow(FCK.ToolbarSe… 98 …rame.parentNode);if (G){var H=FCKTools.GetDocumentPosition(FCKTools.GetElementWindow(G),G);F.x-=H.… 104 ….PanelWidth,this.PanelMaxHeight,FCKBrowserInfo.IsIE?window:FCKTools.GetElementWindow(A).parent);th… 117 ….IECleanup.AddItem(this,FCKMenuBlock_Cleanup);this._Window=FCKTools.GetElementWindow(A);var B=FCKT…
|
H A D | fckeditorcode_ie.js | 40 …lse;},BreakParent:function(A,B,C){var D=C||new FCKDomRange(FCKTools.GetElementWindow(A));D.SetStar… 50 …entNode;};return null;},ScrollIntoView:function(A,B){var C=FCKTools.GetElementWindow(A);var D=FCKT… 51 …GetElementWindow=function(A){return this.GetDocumentWindow(this.GetElementDocument(A));};FCKTools.… function 88 …wserInfo.IsIE) B=window;else if (FCK.ToolbarSet._IFrame) B=FCKTools.GetElementWindow(FCK.ToolbarSe… 100 …rame.parentNode);if (G){var H=FCKTools.GetDocumentPosition(FCKTools.GetElementWindow(G),G);F.x-=H.… 105 ….PanelWidth,this.PanelMaxHeight,FCKBrowserInfo.IsIE?window:FCKTools.GetElementWindow(A).parent);th… 118 ….IECleanup.AddItem(this,FCKMenuBlock_Cleanup);this._Window=FCKTools.GetElementWindow(A);var B=FCKT…
|
/plugin/wysiwyg/fckeditor/editor/js/ |
H A D | fckeditorcode_gecko.js | 35 …lse;},BreakParent:function(A,B,C){var D=C||new FCKDomRange(FCKTools.GetElementWindow(A));D.SetStar… 36 …Document=function (A){return A.ownerDocument||A.document;};FCKTools.GetElementWindow=function(A){r… function 37 …GetElementWindow(A);var E=null;while (A){var F=D.getComputedStyle(A,'').position;if (F&&F!='static… 73 …wserInfo.IsIE) B=window;else if (FCK.ToolbarSet._IFrame) B=FCKTools.GetElementWindow(FCK.ToolbarSe… 90 ….PanelWidth,this.PanelMaxHeight,FCKBrowserInfo.IsIE?window:FCKTools.GetElementWindow(A).parent);th… 103 ….IECleanup.AddItem(this,FCKMenuBlock_Cleanup);this._Window=FCKTools.GetElementWindow(A);var B=FCKT…
|
H A D | fckeditorcode_ie.js | 36 …lse;},BreakParent:function(A,B,C){var D=C||new FCKDomRange(FCKTools.GetElementWindow(A));D.SetStar… 37 …Document=function (A){return A.ownerDocument||A.document;};FCKTools.GetElementWindow=function(A){r… function 74 …wserInfo.IsIE) B=window;else if (FCK.ToolbarSet._IFrame) B=FCKTools.GetElementWindow(FCK.ToolbarSe… 91 ….PanelWidth,this.PanelMaxHeight,FCKBrowserInfo.IsIE?window:FCKTools.GetElementWindow(A).parent);th… 104 ….IECleanup.AddItem(this,FCKMenuBlock_Cleanup);this._Window=FCKTools.GetElementWindow(A);var B=FCKT…
|