ext.data.store的基本用法

ext.data.store的基本用法

ID:17020121

大小:1.76 MB

页数:19页

时间:2018-08-26

ext.data.store的基本用法_第1页
ext.data.store的基本用法_第2页
ext.data.store的基本用法_第3页
ext.data.store的基本用法_第4页
ext.data.store的基本用法_第5页
资源描述:

《ext.data.store的基本用法》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、ExtJs之Ext.data.Store因为上次用过Ext.data.Store,觉得挺重要的,故转载了一篇http://blog.csdn.net/davidxj/archive/2009/04/23/4103647.aspxExt.data.Store的基本用法在使用之前,首先要创建一个Ext.data.Store的实例,如下面的代码所示。1vardata=[2['boy',0],3['girl',1]4];56varstore=newExt.data.Store({7proxy:newExt.data.MemoryProxy(data),8reader:newExt.data.

2、ArrayReader({},PersonRecord)9});1011store.load();vardata=[['boy',0],['girl',1]];varstore=newExt.data.Store({proxy:newExt.data.MemoryProxy(data),reader:newExt.data.ArrayReader({},otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommit

3、teeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyC

4、ommitteeSecretary,MinistersandPersonRecord)});store.load();每个store最少需要两个组件的支持,分别是proxy和reader,proxy用于从某个途径读取原始数据,reader用于将原始数据转换成Record实例。这里我们使用的是Ext.data.MemoryProxy和Ext.data.ArrayReader,将data数组中的数据转换成对应的几个PersonRecord实例,然后放入store中。store创建完毕之后,执行store.load()实现这个转换过程。经过转换之后,store里的数据就可以提供给Grid或

5、ComboBox使用了,这就是Ext.data.Store的最基本用法。Ext.data.Store对数据进行排序Ext.data.Store提供了一系列属性和函数,利用它们对数据进行排序操作。可以在创建Ext.data.Store时使用sortInfo参数指定排序的字段和排序方式,如下面的代码所示。1varstore=newExt.data.Store({2proxy:newExt.data.MemoryProxy(data),3reader:newExt.data.ArrayReader({},PersonRecord),4sortInfo:{field:'name',direc

6、tion:'DESC'}5});varstore=newExt.data.Store({proxy:newExt.data.MemoryProxy(data),reader:newotherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpec

7、ialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Minis

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。