- 注册时间
- 2013-5-3
- 最后登录
- 2025-7-4
- 阅读权限
- 150
- 积分
- 33072
- 精华
- 0
- 帖子
- 14397
 
|
- var lay=new mini.Layout()
- lay.set({
- width:600,
- height:400,
- borderStyle:'border:solid 1px #aaa',
- Regions:[{title:'north',region:'north',height:80,showSplitIcon:false},
- {title:'south',region:'south',height:80,showSplitIcon:true,showHeader:true},
- {title:'west',region:'west',width:200,showSplitIcon:true,expanded:false},
- {title:'east',region:'east',showSplitIcon:true,showCloseButton:true,expanded:false},
- {title:'center',region:'center'}
- ]
- })
- lay.render(document.body)
复制代码 http://www.miniui.com/demo/#src=layout/layout.html这个例子的动态创建 |
|