学习ExtJS(七) Column布局

一、属性(构造参数)
baseCls:"x-plain"  Panel背景色颜色。
layout:"column" Panel进行列布局。
在子元素中指定使用columnWidth或width来指定子元素所占的列宽度。
columnWidth表示使用百分比的形式指定列宽度。
width则是使用绝对象素的方式指定列宽度,在实际应用中可以混合使用两种方式。
二、应用举例
 Ext.onReady(function(){
        
new  Ext.Window({
                title:
" 新增 " ,
                width:
500 ,
                height:
400 ,
                plain:
true ,
                layout:
" form " ,
                labelWidth:
55 ,
                items:[{
                   layout:
" column " ,
                   baseCls:
" x-plain " ,
                   style:
" padding:5px " ,
                   items:[{
                      columnWidth:.
5 ,
                      layout:
" form " ,
                      labelWidth:
50 ,
                      baseCls:
" x-plain " ,
                   items:[{
                         xtype:
" textfield " ,
                         fieldLabel:
" 姓名 "
                      },{
                         xtype:
" textfield " ,
                         fieldLabel:
" 姓名 "
                      },{
                         xtype:
" textfield " ,
                         fieldLabel:
" 姓名 "
                      },{
                         xtype:
" textfield " ,
                         fieldLabel:
" 姓名 "
                      }]
                   },{
                     columnWidth:.
5 ,
                     layout:
" form " ,
                     items:[{
                         id:
" name " ,
                         xtype:
" textfield " ,
                         fieldLabel:
" 照片 " ,
                         inputType:
" image " ,
                         width:
250 ,
                         height:
50
                     }]
                   }]
                
                },{
                  xtype:
" textfield " ,
                  fieldLabel:
"  证号 "
                }],
                showlock:
false ,
                listeners:{
                  
" show " :function(_window){
                  
if  f( ! _window[ " showLock " ]){
                  Ext.getCmp(
" name " ).getEl().dom.src  =   " default_pic.gif "  ;
                  _window.findByType(
" textfield " )[ 4 ].getEl().dom.src  =   " default_pic.gif "  ;
                 
//  alert(_window.findByType("textfield")[4].fieldLabel);
                   _window[ " showLock " ] = true ;
                   }
                  }   
                },
                buttons:[{text:
" 确定 " },{text: " 取消 " }]
            }).show() ;
    }) ;
 Ext.onReady(function(){
        var _panel 
=   new  Ext.Panel({
                title:
" 人员信息 " ,
                renderTo:Ext.getBody(),
                frame:
true ,
                width:
500 ,
                height:
300 ,
                layout:
" column " ,
                items:[{title:
" 列1 " ,width: 200 },
                {title:
" 列2 " ,columnWidth:. 3 },
                {title:
" 列3 " ,columnWidth:. 3 },
                {title:
" 列4 " ,columnWidth:. 4 }
                ]
            }) 
    }) ;
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值