现在的位置: 首页 > 综合 > 正文

Ext form 多列

2012年02月14日 ⁄ 综合 ⁄ 共 1453字 ⁄ 字号 评论关闭

{
            layout : "column",
            items : [
            {
                columnWidth : ".16",
                items : [
                {
                    xtype : "button",
                    text : "111",
                    handler : function()
                    {
                    
                    }
                }]
            },
            {
                columnWidth : ".16",
                items : [
                {
                    xtype : "button",
                    text : "111",
                    handler : function()
                    {
                       
                    }
                }]
            },
            {
                columnWidth : ".19",
                items : [
                {
                    xtype : "button",
                    text : "111",
                    handler : function()
                    {
                    
                    }
                }]
            },
            {
                columnWidth : ".16",
                items : [
                {
                    xtype : "button",
                    text : "111",
                    handler : function()
                    {
                    
                    }
                }]
            },
            {
                columnWidth : ".16",
                items : [
                {
                    xtype : "button",
                    text : "111",
                    handler : function()
                    {
                    
                    }
                }]
            },
            {
                columnWidth : ".16",
                items : [
                {
                    xtype : "button",
                    text : "111",
                    handler : function()
                    {
                        
                    }
                }]
            }]
        }

抱歉!评论已关闭.