摘要: 1 Ext.define('app.view.about.About', { 2 alternateClassName: 'about', 3 extend: 'Ext.Container', 4 xtype: 'about', 5 config: { 6 cls: 'info', 7 scrollable: { 8 direction: 'vertical', 9 directionLock: true10 },11 url: 'http://ww... 阅读全文
posted @ 2013-06-18 16:24 魔狼再世 阅读(1659) 评论(2) 推荐(0)
摘要: https://market.sencha.com/extensionshttp://try.sencha.com/touch/2.1.0/http://www.mitchellsimoens.com/Sencha-Projects/demos/侧滑菜单https://github.com/wnielson/sencha-SlideNavigation点击按钮出现边栏菜单http://innofied.com/simplest-slide-navigation-with-sencha-touch-2-2/这里有很多扩展1.slidetoremove-pluginlist侧滑删除效果。(未使用, 阅读全文
posted @ 2013-06-18 15:49 魔狼再世 阅读(890) 评论(0) 推荐(0)
摘要: 1 /* 2 *自定义列表页面 3 */ 4 Ext.define('app.view.util.MyList', { 5 alternateClassName: 'myList', 6 extend: 'Ext.List', 7 xtype: 'myList', 8 requires: ['Ext.plugin.ListPaging', 'Ext.plugin.PullRefresh'], 9 config: {10 cls: 'list',11 plugins: [{12 xcl 阅读全文
posted @ 2013-06-18 11:51 魔狼再世 阅读(2037) 评论(0) 推荐(0)