Ext 初始化的过程
1.Ext的入口函数
initComponent和constructor
只有直接或间接继承自 Ext.Component的类才会在constructor里调用initComponent方法
发布时间: 2013-01-09 09:38:15 作者: rapoo
Ext 初始化的过程
1.Ext的入口函数
initComponent和constructor
只有直接或间接继承自 Ext.Component的类才会在constructor里调用initComponent方法