Home
last modified time | relevance | path

Searched refs:attachWindow (Results 1 – 2 of 2) sorted by relevance

/plugin/grensladawritezor/fckeditor/editor/_source/classes/
Dfckiecleanup.js24 var FCKIECleanup = function( attachWindow ) argument
27 if ( attachWindow._FCKCleanupObj )
28 this.Items = attachWindow._FCKCleanupObj.Items ;
33 attachWindow._FCKCleanupObj = this ;
34 FCKTools.AddEventListenerEx( attachWindow, 'unload', FCKIECleanup_Cleanup ) ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
Dfckiecleanup.js24 var FCKIECleanup = function( attachWindow ) argument
27 if ( attachWindow._FCKCleanupObj )
28 this.Items = attachWindow._FCKCleanupObj.Items ;
33 attachWindow._FCKCleanupObj = this ;
34 FCKTools.AddEventListenerEx( attachWindow, 'unload', FCKIECleanup_Cleanup ) ;