ExtJs2.0学习教程(4)–Ext.FormPanel之第一式

\n

上篇中我们讨论了Ext.window的简单使用,今天我们要看看强大的FormPanel,也是继承panel组件的使用。
首先弄清楚这个问题,创建的时候:
\n

//查看源代码便知,两种方法是一样的
Ext.form.FormPanel = Ext.FormPanel;

\n