{
layout: 'column',
items: [
{
layout: 'form',
items:[{
xtype:'textarea',
id:'textarea',
labelWidth: 100,
fieldLabel: '批量导入',
style:"margin-top:10px;",
width: 150,
height:200
}]
},{
layout: 'form',
items:[
{
labelWidth: 100,
width: 250,
height:150,
style:"margin-top:10px;margin-left:-25px;border:0;background:transparent;",
xtype:'textarea',
readOnly: true,
value : ''
},{
width: 50,
height: 30,
xtype: 'button',
text: '导入',
style:"margin-left:50px;margin-top:15px;",
handler: function () {
}
}
]
}
]
}
来源:oschina
链接:https://my.oschina.net/u/4048873/blog/3173820