建议加上 constrain : true,
然后在title之后在写
items:[
xtype:'form',
items:[{
xtype:'textfield',
................
}]
],
buttons:[{
xtype:'button',
text:'确定',
listeners: {
click: {
alert('你要干什么?');
scope: me
}
}
}]