摘要: overlay = Ext.Viewport.add({ xtype: 'panel', // We give it a left and top property to make it floating by default ... 阅读全文
posted @ 2013-01-28 22:27 Peter_zhou 阅读(265) 评论(0) 推荐(0) 编辑
摘要: xtype: 'mainview', config: { //如果设置为自动销毁,那么原来绑定的事件会消失,不会重新绑定 autoDestroy: false, navigationBar: { ui: 'sencha', ... 阅读全文
posted @ 2013-01-28 19:40 Peter_zhou 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑