美文网首页
Extjs6.0源码分析-大纲

Extjs6.0源码分析-大纲

作者: iidx | 来源:发表于2016-04-14 00:05 被阅读332次

一、Extjs介绍,引用,文档,工具

1. 介绍
2. 网址、文档、示例
3. 工具

二、Extjs典型项目各文档内容

1. 项目结构
2. 类型系统

private,
static,
config,
constructor,
callParenet()

3. 网络请求

Ajax,
action,
reader,
write,
proxy,
store

4. DOM操作(Ext.dom)
5. 组件生命周期(TPL,initComponent)
      TPL
      方法:initComponent,onRender
      事件:activate,show,before show,hide
6. 常用组件-Ext.Component
7. 常用组件-Ext.view.View
8. 常用组件-Ext.panel.Panel
9. 常用组件-Ext.form.Panel
        record,fieldset(label,text,number...)
10. 常用组件-Ext.grid.Panel

三、实战

1. Application
2. Model-View-Controller模式的处理方式(MVVM还没理解)
3. 路由机制HashTag-->创建View
4. View内部响应:Ext.view.View;Ext.app.ViewController
    reference,referenceHolder,lookupReference()
    listeners,mon,on,fireEvent

相关文章

网友评论

      本文标题:Extjs6.0源码分析-大纲

      本文链接:https://www.haomeiwen.com/subject/bfrglttx.html