Threaded View
-
6 Mar 2011 8:17 AM #1
minimizing ext.window
minimizing ext.window
Is there a way to minimize ext.window?
tnx,Code:function window1(){ Ext.state.Manager.setProvider(new Ext.state.CookieProvider()); win1 = new Ext.Window({ width:100, height:100, title:"1", id: "win1", closable: true, x: 150, y:10 }); win1.show(); }

Similar Threads
-
[FIXED-105] HtmlEditor is gone in firefox after minimizing a window
By mschering in forum Ext 3.x: BugsReplies: 19Last Post: 31 Jan 2011, 5:40 PM -
Applet in Window gets destroyed on minimizing (collapsing) the window
By rana07 in forum Ext GWT: DiscussionReplies: 2Last Post: 7 Dec 2010, 1:29 AM -
Grid is duplaicated while minimizing the window
By thangamalar in forum Ext 3.x: Help & DiscussionReplies: 4Last Post: 10 Jul 2010, 5:01 AM -
Issue with window maximizing or minimizing
By pratapbm in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 19 Jan 2009, 4:03 AM


Reply With Quote