摘要: 测试代码如下 1 Ext.define('app.view.new.List', { 2 alternateClassName: 'newList', 3 extend: 'app.view.util.MyList', 4 requires: ['app.view.new.Info'], 5 xtype: 'newList', 6 config: { 7 store: 'newList', 8 listeners: { 9 itemtaphold: function(list) {10 ... 阅读全文
posted @ 2013-07-17 10:51 魔狼再世 阅读(2254) 评论(2) 推荐(1)