87,990
社区成员
发帖
与我相关
我的任务
分享
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)
}
}]
}]