-
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(); }

-
7 Mar 2011 1:44 AM #2
What would minimize do? In your app?
The documentation says:
Originally Posted by TFM
Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
7 Mar 2011 4:07 AM #3
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