摘要: js如下: 1 Ext.define('app.view.message.Info', { 2 alternateClassName: 'messageInfo', 3 extend: 'Ext.Container', 4 xtype: 'messageInfo', 5 config: { 6 cls: 'info', 7 scrollable: { 8 direction: 'vertical', 9 directionLock: true,10 indic... 阅读全文
posted @ 2013-09-01 16:04 魔狼再世 阅读(1884) 评论(0) 推荐(1)
摘要: 扩展代码: 1 /* 2 *分享到微博 3 */ 4 Ext.define('ux.WeiboPicker', { 5 extend: 'Ext.Picker', 6 xtype: 'weiboPicker', 7 config: { 8 toolbar: { 9 ui: 'light',10 title: '分享到'11 },12 value: {13 weibo: 'sinaminiblog'14 },15 slot... 阅读全文
posted @ 2013-09-01 15:50 魔狼再世 阅读(951) 评论(0) 推荐(0)