摘要:
overlay = Ext.Viewport.add({ xtype: 'panel', // We give it a left and top property to make it floating by default ... 阅读全文
摘要:
xtype: 'mainview', config: { //如果设置为自动销毁,那么原来绑定的事件会消失,不会重新绑定 autoDestroy: false, navigationBar: { ui: 'sencha', ... 阅读全文
摘要:
var store = Ext.create('Ext.data.Store', { //give the store some fields fields: ['firstName', 'lastName'], //... 阅读全文