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:
Join MindStick Community
You need to log in or register to vote on answers or questions.
We use cookies to ensure you have the best browsing experience on our website. By using our site, you
acknowledge that you have read and understood our
Cookie Policy &
Privacy Policy.
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: