0

I want remove all the items from the Ext window component. Means i have to clear the window in a button event. Any help is must appreciated....Thankz

just

lambypie
  • 471
  • 1
  • 12
  • 35

1 Answers1

4

try

removeAll() method of window, which Removes all components from this container.

window.removeAll() or Ext.getCmp('windowId').removeAll();

refer : Ext.Window-method-removeAll

MMT
  • 2,206
  • 2
  • 16
  • 25