This can be done by adding ext js script tag to the html file u are working in. Set an id to the window you want to close. You can call that component and close using Ext.get(id).close().
2009/11/28 mallapu deepak <[email protected]> > hi, > I got stuck up in a problem. My problem is to close a window. The problem > seems to be simpler but here is where the tricky part comes into picture. I > have a html file in which there is a flash game. Now I am loading this HTML > file into a frame inside a window (like this > http://gwt-ext.com/demo/#bottomTabPanel). There is a " EXIT " method > inside flash. This method invokes closeWindow() method in the javascript in > HTML. Now my problem is to close the gwt ext window when ever this close > window method is invoked. My entire project is finished apart this exit > functionality. > > > Kindly let me know if there are any suggestions/solutions. Thanks in > advance. > > -- > Thanks and Regards, > Deepak Kumar Mallapu. > > -- > You received this message because you are subscribed to the Google Groups > "GWT-Ext Developer Forum" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<gwt-ext%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/gwt-ext?hl=en. > -- You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/gwt-ext?hl=en.
