摘要: var store = Ext.create('Ext.data.Store', { //give the store some fields fields: ['firstName', 'lastName'], //... 阅读全文
posted @ 2013-01-28 14:39 Peter_zhou 阅读(366) 评论(0) 推荐(0) 编辑
摘要: tabBar: { // Dock it to the bottom docked: 'bottom', // Change the layout so each of the tabs are c... 阅读全文
posted @ 2013-01-24 23:56 Peter_zhou 阅读(355) 评论(0) 推荐(0) 编辑
摘要: Ext.apply(config, { modal: true, height: 505, width: 480, centered: true, ... 阅读全文
posted @ 2013-01-24 21:59 Peter_zhou 阅读(185) 评论(0) 推荐(0) 编辑
摘要: 在这两个例子中我们可以学到 Ext.apply({}, audioBase, { enableControls: false })这个例子告诉我们第三个参数对象和第二个参数对象合并传递给第一个对象,最后返回一个对象 if (E... 阅读全文
posted @ 2013-01-24 17:08 Peter_zhou 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 初始加载配置,动态的加载js文件,js文件加载json里内容动态的加载js和css等配置','','{date:date("Md,Y")}','','','','','','{tempMaxF}°{tempMinF}°','','' ].join('')); }contentView... 阅读全文
posted @ 2013-01-22 18:20 Peter_zhou 阅读(226) 评论(0) 推荐(0) 编辑
摘要: Accelerometer“采集设备在x、y、z方向上的动作。方法:accelerometer.getCurrentAccelerationaccelerometer.watchAccelerationaccelerometer.clearWatch参数:accelerometerSuccessac... 阅读全文
posted @ 2012-12-27 10:37 Peter_zhou 阅读(631) 评论(0) 推荐(0) 编辑