how to refresh Window in extjs
Posted
by vaishali
on Stack Overflow
See other posts from Stack Overflow
or by vaishali
Published on 2010-03-18T12:27:10Z
Indexed on
2010/03/18
12:31 UTC
Read the original article
Hit count: 491
i have one window in that i passed two dynamic gridPanel 1)FeaturGrid 2)gvpropertywn. i want to refresh testWin (Window) how i can? can u pls help me?
testWin = new Ext.Window({ id:'resultwindow', title: LangVarTestWinText, width: 400, height: 300, layout : 'border', closeAction:'hide',
closable : true,
//items:[FeaturGrid]
items:[FeaturGrid,gvpropertywn]
});
}
© Stack Overflow or respective owner