怎样使用extjs完成页面的布局

 我来答
jack_wang0823
2017-02-28 · TA获得超过2957个赞
知道大有可为答主
回答量:4143
采纳率:87%
帮助的人:1433万
展开全部
 new Ext.Viewport({  //Border
                title: "Viewport",
                layout: "border",
                defaults: {
                    bodyStyle: "background-color: #FFFFFF;",
                    frame: true
                },
                items: [
                            { region: "west", width:90, title: 'north', collapsible: true },
                            { region: "east", width: 90, title: 'north', collapsible: true },
                            { region: "north", height: 100, title:'north' , collapsible:true },
                            { region: "center", split: true, border: true, collapsible: true,title:'center' },
                            { region: "south", title:"south", split: true, border: true, collapsible: true, height: 100 },

                        ]
            });
        });
        
       var accordion = Ext.create("Ext.panel.Panel", {
                title: "west",
                layout: "accordion",  //设置为手风琴布局
                layoutConfig: {
                    animate: true
                },
                width: 250,
                minWidth: 90,
                region: "west", //设置方位
                split: true,
                collapsible: true,
                items: [
                            { title: "嵌套面板一", html: "嵌套面板一", iconCls: "save" },
                            { title: "嵌套面板二", html: "嵌套面板二", iconCls: "search" },
                            { title: "嵌套面板三", html: "嵌套面板三", iconCls: "back" },
                            { title: "嵌套面板四", html: "嵌套面板四", iconCls: "12" }
                       ]
            });
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式