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.

posted @ 2012-03-24 14:19  neil90  阅读(154)  评论(0编辑  收藏  举报