7k 6 分钟

0. 概述

• Charts types
• Bar and column charts
• Area and line charts
• Pie charts
• 3D charts
• The expense analyzer – a sample project

三种 chart 类型:cartesian, polar, and spacefilling.

1)The cartesian chart (Ext.chart.CartesianChart (xtype: cartesian or chart))直角坐标系(含 x 和 y 轴)
2)The polar chart (Ext.chart.PolarChart (xtype: polar))极坐标图表(含 angular and radial 角度与极轴)
3)The spacefilling chart (Ext.chart.SpaceFillingChart (xtype: spacefilling))空间填充图
4)Bar and column charts ()条形图和柱状图

6.3k 6 分钟

0. 概述

• The basic grid
• Sorting
• Renderer
• Filtering
• Pagination
• Cell editing
• Row editing
• Grouping
• The pivot grid
• Company Directory — a sample project
分页、排序、过滤、搜索、排编辑单元格编辑、分组、对接工具栏、缓冲滚动,列大小和隐藏,分组头,多种类,行扩展,等等。

7.4k 7 分钟

0. 概述:
探索可用的工具处理数据以及客户端与服务器之间的交互,案例为 RESTful。topic:

•Models

•Schema

•Stores

•Proxies

•Filtering and sorting

•To do — a RESTful sample project

7.3k 7 分钟

•Getting familiar with basic components – buttons, text field, date picker,and so on
•The form field validation
•Menus and toolbars
•A customer feedback form design
•Calculator – a sample projec

189 1 分钟

1. 应用结构
两种架构:MVC 与 MVVM

Model:数据层,含数据验证,逻辑处理和数据持久化,更多和 store 结合使用

View:用户借口,表单,按钮,信息提交等

Controller:处理任何与视图相关的逻辑,时间处理等逻辑