- 注册时间
- 2014-7-21
- 最后登录
- 2022-7-26
- 阅读权限
- 150
- 积分
- 18264
- 精华
- 0
- 帖子
- 8338
 
|
- var regions = [{ title: "north", region: "north", height: 80, showSplitIcon: true }, { title: "south", region: "south", height: 80, showSplitIcon: true },
- { title: "west", region: "west", width: 200, showSplitIcon: true }, { title: "east", region: "east", showSplitIcon: true }, {region:"center"}]
- layout.setRegions(regions);
复制代码 一样的,按html的顺序放进去就是了 |
|