-
1 Sep 2010 2:13 AM #1
window doesn't want to close
window doesn't want to close
Hi i am having a problem with closable window.
I put closeAction: 'hide' and autoDestroy: false, and when i reopen window it want to close...
i think it is the way i load window, mebe someone have bettere idea?
Here is ma code thanks in advanvce
Code:, 'Adminshow' : function(){ var AdminSHW = new Admin({ renderTo: Ext.getBody() }); AdminSHW.show(); }Code:title: 'Administracija Korisnika', width: 1050, height: 471, autoScroll: true, layout: 'fit', hideCollapseTool: true, shadowOffset: 5, itemId: 'Admin', closeAction: 'hide', autoDestroy: false, stateful: true, preventBodyReset: true, id: 'Admin',
-
1 Sep 2010 3:16 AM #2
I found out i put definition of window in root, and i just show the table on click...
thanks
Similar Threads
-
Window.close() vs userInitiated close action?
By Ozone in forum Ext 3.x: Help & DiscussionReplies: 6Last Post: 12 Feb 2010, 7:20 AM -
Window hide then close vs window close... Problems re-opening the window.
By zhegwood in forum Ext 3.x: Help & DiscussionReplies: 7Last Post: 11 Jan 2010, 5:42 PM -
Tab's Close Button doesn't always close the tab
By JoyfulBobHome in forum Ext 3.x: Help & DiscussionReplies: 2Last Post: 15 Oct 2009, 6:28 AM -
Show() doesn't rerender window after close() is called
By bluesapphire in forum Ext 2.x: Help & DiscussionReplies: 5Last Post: 18 Aug 2008, 5:23 AM -
when we close an ext window and then reopen it, the window appear empty,
By nunziofiore in forum Ext 2.x: Help & DiscussionReplies: 2Last Post: 2 Apr 2008, 1:23 AM


Reply With Quote