I have the form panel.
mypanel = Ext.create('Ext.fomr.Panel');
mypanel.add(Item1);
mypanel.add(Item2);
mypanel.add(Item3);
Now I want to get the list of items in mypanel so that I can add it to another panel.
How can i do that
var all = mypanel.items.getRange();
It will give you an array of all the child components.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With