- Ext.create('Ext.panel.Panel', {
width: 1024,
height: 720,
layout: 'border',
items: [{
region: 'south',
xtype: 'panel',
height: 20,
split: false,
html: '欢迎登录!',
margins: '0 5 5 5'
},{
title: 'West Region is collapsible',
region:'west',
xtype: 'panel',
margins: '5 0 0 5',
width: 200,
collapsible: true,
id: 'west-region-container',
layout: 'fit'
},{
title: 'Center Region',
region: 'center',
xtype: 'panel',
layout: 'fit',
margins: '5 5 0 0',
html:'在Extjs4中,center区域必须指定,否则会报错。'
}],
renderTo: Ext.getBody()
});
复制代码
相关文章
- 03-07DeepMind给AI模型做了个IQ测试,结果是这样的
- 03-07阶段5 3.微服务项目【学成在线】_day18 用户授权_06-方法授权-方法授权测试-无权限异常处理
- 03-071280. 学生们参加各科测试的次数
- 03-07【PCAN医疗应用系列】PART4 基于虹科PCAN接口卡实现数字化手术室医疗设备的集中控制和测试诊断
- 03-07白盒测试实践-day04
- 03-07【STM32】STM32 SDIO SD卡读写测试(二)-- SD_Init之Power On阶段
- 03-07性能测试-检查死锁
- 03-07FastAPI(61)- 异步测试
- 03-07python – 如何自定义机器人框架测试报告
- 03-071、RF测试环境的搭建