摘要: 1 Ext.onReady(function () { 2 3 Ext.create('Ext.panel.Panel', { 4 title: '我的面板', 5 width: '100%', 6 height: 400, 7 renderTo: Ext.getBody(), 8 ... 阅读全文
posted @ 2016-10-25 18:19 01234 阅读(229) 评论(0) 推荐(0) 编辑
摘要: Ext.onReady(function () { //Ext.define 其他配置项 //别名、备用名 Ext.define("User", { config: { name: 'hhh', age:10 }, alias: 'uu',//起别名 底层代码在... 阅读全文
posted @ 2016-10-25 18:14 01234 阅读(194) 评论(0) 推荐(0) 编辑