In the above example, we have used multiple functionalities of the container. We have created 4 panels and 2 containers. 1st container will contain 2 panels and 2nd container will contain 2 panels and 1child container.
If we execute above program, we will get following result:
Abhishek Srivasatava
Containers in ExtJs is the term which is used to describe the grouping of the different component.
Example: there are four components A, B, C, and D and we need to show two elements in one block and rest to in different blocks.
That block is called a container.
A Container may contain other containers also.
An example to show how to use component inside the Container.
In the above example, we have used multiple functionalities of the container. We have created 4 panels and 2 containers. 1st container will contain 2 panels and 2nd container will contain 2 panels and 1child container.
If we execute above program, we will get following result: