How can I find if a particular child (item) exists in a panel using the id of the child.
Say I have a parent paned (id = parentPanel
) and few panels as items of this parent panel. Now, I would like to search if a panel by id 'childPanel09
' is a child of parent panel.
[Possibly without using iteration]
Note: I am using ExtJs 3.4