Changeset 1247
- Timestamp:
- 02/20/10 07:43:54 (2 years ago)
- Location:
- trunk/plugins/MootoolsFileManager
- Files:
-
- 2 modified
-
MootoolsFileManager.FileManager.js (modified) (1 diff)
-
MootoolsFileManager.ImageManager.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/MootoolsFileManager/MootoolsFileManager.FileManager.js
r1246 r1247 92 92 uploadAuthData: this.editor.config.MootoolsFileManager.backend_data, 93 93 onComplete: function(path, file) { self.FileManagerReturn(path,file); }, 94 onHide: function() { if(this.swf && this.swf.box) this.swf.box.style.display = 'none'; }, 95 onShow: function() { if(this.swf && this.swf.box) this.swf.box.style.display = ''; }, 94 96 onDetails: function(details) 95 97 { -
trunk/plugins/MootoolsFileManager/MootoolsFileManager.ImageManager.js
r1246 r1247 72 72 uploadAuthData: this.editor.config.MootoolsFileManager.backend_data, 73 73 onComplete: function(path, file) { self.ImageManagerReturn(path,file); }, 74 onHide: function() { if(this.swf && this.swf.box) this.swf.box.style.display = 'none'; }, 75 onShow: function() { if(this.swf && this.swf.box) this.swf.box.style.display = ''; }, 74 76 onDetails: function(details) 75 77 {
