1. Ext.application |
应用程序入口点 |
2. Ext.onReady() |
页面加载完成后触发动作 |
3. Ext.define() |
|
4. Ext.data.proxy.Proxy |
|
5. Ext的组合属性-mixins |
|
6. Ext.create() |
|
7. Ext.ComponentQuery、refs: |
|
8. Init: function(){} |
|
9. Ext.Class.alias |
|
10. Ext.AbstractComponent -> xtype |
|
11. this.callParent(arguments) |
|
12. Ext.data.Model.validations: 合法性验证 |
|
13. 动态类加载 |
|