I have the following Case:
TreePanel (width: 400, Height: 300) with a button in the TopBar. When user click on this Button , we open a new Window (width: 800, Height: 600) containing the same TreePanel.
My Question is:
Is it possible to copy the TreePanel into the new Window or at least using the TreePanel's store as a store for the new TreePanel? Or I am obliged to create a new TreePanel with a new Store?
Thanks,