Ext JS笔记
Ext.getCmp(String id): Ext.Componet
根据id,返回对应的组件。若找不到则返回undefined,若找到了一个类,则返回null。
布局
CardLayout 包含多个panel,但同一时间只显示一个panel
A Container is a special type of Component that can contain other Components.
the default layout for all Containers is Auto Layout.