Containers
Container in Ext JS is the component where we can add other container or child components.
These containers can have multiple layout to arrange the components in the containers.
We can add or remove components from container and from its child elements.
Ext.container.Container is the base class for all the containers in Ext JS.
There are various type of containers Ext.panel.Panel, Ext.form.Panel,
Ext.tab.Panel and Ext.container.Viewport are frequently used containers
in Ext JS. Below are the example which shows how to use these
containers.
No comments:
Post a Comment