<!DOCTYPE html> <html> <head runat="server"> <title>Client-side events</title> <script type="text/javascript"> function fileManagerLoading(sender, e) { var fileManager = sender; //Temp fix for maximizing to viewport, not to parent component. Ext.override(fileManager, { createChildWindow: function () { var childWindow = this.callParent(arguments); childWindow.floatParent = null; return childWindow; } }); } </script> </head> <body> <GleamTech:FileManagerControl ID="fileManager" runat="server" Width="800" Height="600" > <ClientEvents Loading="fileManagerLoading" /> </GleamTech:FileManagerControl> </body> </html>
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add notify@gleamtech.com to your trusted senders list in your email software.