摘要: 插件代码 1 /* 2 *list tpl模版加入按钮监控 3 * 4 *fire="showWeibo" 作用是激活指定事件 5 *有两个参数cmp:视图本身以及doit 6 *只要是以上格式的模板都可以被监控到 7 *其中btn、lower为自定义样式,其他都是st自带样式 8 */ 9 Ext.define('ux.ListTpl', {10 alias: 'plugin.ListTpl',11 xtype: 'listTpl',12 config: {13 list: null,14 //按下时添加css15 pr.. 阅读全文
posted @ 2013-09-12 18:40 魔狼再世 阅读(1811) 评论(0) 推荐(0)