摘要:
var store = Ext.create('Ext.data.Store', { //give the store some fields fields: ['firstName', 'lastName'], //... 阅读全文
摘要:
tabBar: { // Dock it to the bottom docked: 'bottom', // Change the layout so each of the tabs are c... 阅读全文
摘要:
Ext.apply(config, { modal: true, height: 505, width: 480, centered: true, ... 阅读全文
摘要:
在这两个例子中我们可以学到 Ext.apply({}, audioBase, { enableControls: false })这个例子告诉我们第三个参数对象和第二个参数对象合并传递给第一个对象,最后返回一个对象 if (E... 阅读全文
摘要:
初始加载配置,动态的加载js文件,js文件加载json里内容动态的加载js和css等配置','','{date:date("Md,Y")}','','','','','','{tempMaxF}°{tempMinF}°','','' ].join('')); }contentView... 阅读全文
摘要:
Accelerometer“采集设备在x、y、z方向上的动作。方法:accelerometer.getCurrentAccelerationaccelerometer.watchAccelerationaccelerometer.clearWatch参数:accelerometerSuccessac... 阅读全文