摘要:
1、定义类define方法定义类extend:用于继承alias:类的别名alternateClassName:备用名,与alias差不多requires:需要使用到的类名数组,在动态加载时会根据该属性去下载类,注意需要的类是在当前类之前被加载uses:与requires类似 但是被引用的类可以在该... 阅读全文
posted @ 2015-08-19 23:35
W&L
阅读(192)
评论(0)
推荐(0)
摘要:
1、普通window Ext.create('Ext.window.Window',{ title:'window', height:300, width:400, constrain:true, //限制窗口不超出浏览器边... 阅读全文
posted @ 2015-08-19 00:12
W&L
阅读(274)
评论(0)
推荐(0)