Extjs textfield 宽

Extjs 中 textfield 文字部份长度

{
xtype: ‘textfield’,
name: ‘xxxooo’,
id:’showServicebakcFileName’, labelAlign: ‘right’,
labelWidth : 165 // 文字长度 width:290, // 总长度
fieldLabel: ‘这里是文字长度’ labelAlign: ‘right’
},
“`

你可能感兴趣的:(Extjs textfield 宽)