Home
last modified time | relevance | path

Searched refs:_GetWindow (Results 1 – 4 of 4) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdebug.js26 FCKDebug._GetWindow = function() function
41 this._GetWindow().Output( message, color ) ;
53 this._GetWindow().OutputObject( anyObject, color ) ;
H A Dfck.js865 FCKDebug._GetWindow() ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js32 …RestoreState();if (FCK.Status!=0) return;if (FCKConfig.Debug) FCKDebug._GetWindow();FCK.SetStatus(…
35_GetWindow=function(){if (!this.DebugWindow||this.DebugWindow.closed) this.DebugWindow=window.open… function
H A Dfckeditorcode_gecko.js31 …RestoreState();if (FCK.Status!=0) return;if (FCKConfig.Debug) FCKDebug._GetWindow();FCK.SetStatus(…
34_GetWindow=function(){if (!this.DebugWindow||this.DebugWindow.closed) this.DebugWindow=window.open… function