labelAlign配置项不能修改??

解决方案 »

  1.   

    能,但是具体到field的时候,如果设置了field的,还是以field的为准
      

  2.   

    能labelAlign:"right",
    labelWidth : 70,
    layout:'column',
    border:false,
    autoScroll:true,
    frame:true,
    split:true,
             bodyStyle:'padding:5px 5px 5px 5px',
             record  :  null,
        items : [{
            columnWidth:1,
            layout: 'fit',
            baseCls: 'x-plain',
            html:'<div style="padding:0px 0px 0px 0px;"><p style="font-size:14px;color:#808080">必录信息:</p><hr noshade color="#C0C0C0"><br></div>'
    },{
      columnWidth:.25,
                layout: 'form',
                baseCls: 'x-plain',
                labelSeparator: ':',
                items: [{
                     xtype:'textfield',
                     fieldLabel: '全宗号',
                     allowBlank:false,
                     name: 'qzh',
                     anchor:'100%',
                     enableKeyEvents:true,
                 listeners : {
                  keyup : this.onAfterEidtorHandler.createDelegate(this)
                 }
                }]
    }]