摘要: 1 Ext.define('Test', { 2 extend : 'Ext.panel.Panel', //继承的类 3 /** 4 * 别名,可以设置多个,只能是数组,用于xtype:'test' 5 * Ext.create('widget.test', {}); 6 * Ext.widget('test', {}); 7 */ 8 alias:['widget.test'], 9 /**10 * 类别名,和类名Test使用方式一样,可以设置多个11 */12 alternateCl... 阅读全文
posted @ 2013-01-29 10:55 dps_l 阅读(146) 评论(0) 推荐(0)
摘要: 我是一个懒人,学习没有记笔记的习惯,每次忘了什么东西就是google,每次都要生头开始查找。现在google使用越来越不方便了,想把学习的东西都写下来,不知道能不能坚持下去,把工作的经验,学习的内容都记录下来,以备后查。 阅读全文
posted @ 2013-01-28 23:18 dps_l 阅读(79) 评论(0) 推荐(0)