1. gridpanel中的columns换成了headers
var grid = new Ext.grid.GridPanel({
store: new Ext.data.Store({
autoDestroy: true,
reader: reader,
data: xg.dummyData
}),
colModel: new Ext.grid.ColumnModel({
defaults: {
width: 120,
sortable: true
},
headers: [
{id: 'company', header: 'Company', width: 200, sortable: true, dataIndex: 'company'},
{header: 'Price', renderer: Ext.util.Format.usMoney, dataIndex: 'price'},
{header: 'Change', dataIndex: 'change'},
{header: '% Change', dataIndex: 'pctChange'},
// instead of specifying renderer: Ext.util.Format.dateRenderer('m/d/Y') use xtype
{
header: 'Last Updated', width: 135, dataIndex: 'lastChange',
xtype: 'datecolumn', format: 'M d, Y'
}
],
}),
......
2. Add inverse iteration support to Ext.Array.each
3. Rename hlColor to repairHighlightColor for Tree DragSource
4. Rename MessageBoxWindow to MessageBox
5. Move all locales package from core to extjs
6. Add allowDrag config option on NodeInterface. Set it to false by default for root nodes
7. Change the names for the relayed events from TreeStore to TreePanel so that they don't collide with Panel's events
8. Put GridViewDDPlugin and TreeViewDDPlugin into proper namespaces (Ext.grid.plugin)
9. Renamed enableCacheBuster to disableCaching, added disableCachingParam config
10. We no longer use the global QuickTips singleton for form error tips. We now create a QuickTip singleton just for the field layout, with the proper baseCls for framing, and register it to respond to an 'errorqtip' property
一个全局单例的错误消息提示框
11. AbstractSummaryFeature, ChunkingFeature, GroupingFeature, RowSummaryFeature, RowBodyFeature, RowWrapFeature, and SummaryFeature moved to the Ext.grid.feature namespace
extjs4中grid中加了不少新功能啊
12. Rename locked from Header/Column to ddLock so that it doesnt conflict with the new locking functionality
分享到:
相关推荐
最新的extjs4 中文api,学习者的好帮手。
ExtJs 4 API 中文
extjs4的中文api,已汉化80%,打开速度快,方便
extjs4 中文 API
很实用的示例及文档。版本为4.1,对初学者以及开发人员很有帮助。 很实用的示例及文档。版本为4.1,对初学者以及开发人员很有帮助。
Extjs 中文API文档,有对Extjs相关API的中文说明
extjs4.1 中文API
Extjs 4.0中文版API
绝对的ExtJS3.0中文API,本人在网上找了好久才找到的,在此奉献给大家!!解压后有30多兆!!
在"ExtJs3.3中文API.CHM"中,开发者可以找到关于ExtJS 3.3的所有API和类的详细描述,以及相关的示例代码。 ExtJS 3.3的核心特性包括: 1. **组件化**:ExtJS基于组件模型,提供了一系列预定义的UI组件,如按钮、...
新手学习,初学extjs时用刚刚好,里边有三个例子,还有一个我自己写的例子(简单粗暴动态菜单),还有一个中文API
4. **表单组件**:EXTJS包含一系列表单控件,如文本字段(TextField)、选择框(ComboBox)、日期选择器(DatePicker)等,能够满足各种数据输入需求。 5. **数据存储**:EXTJS的数据存储系统包括Store,它可以连接...
分享ExtJs4.1中文API,此API为脚本娃娃群汉化,个人感觉是汉化最全ExtAPI, 源始链接,大漠博客:http://damoqiongqiu.iteye.com/blog/1998022
尽管3.3版本较旧,但其设计理念和核心机制在后续版本中依然延续,因此掌握3.3的基本知识对理解和学习新版本的ExtJS有极大帮助。通过阅读这个中文API手册,开发者可以了解每个类的功能、使用方法,以及如何将它们组合...
本文档关于ExtJs 3.3 的中文API。 本文档关于ExtJs 3.3 的中文API。 本文档关于ExtJs 3.3 的中文API。 本文档关于ExtJs 3.3 的中文API chm
extjs4.x中文api 实用比较方便 。
Extjs4+API.rar
ExtJs+4.1.0_API[中文版]
extJS4.x中文API学习教程,想要学习extjs的童鞋可以下载看看
Extjs3.0中文API文档 够详细 够详细 够详细