トップバーの次の行にコンポーネントが必要です。次のようにコーディングしました。
tbar: [{
xtype: 'textfield'
id:'fname'
},'-',{
xtype: 'textfield'
,id: 'lname'
},'<row>',{
xtype: 'textfield'
,id:'mob'
}]
これは、chrome、firefox、および ie7+ ブラウザーでは正常に動作しますが、ie7 では動作しません。誰かが私のコードを修正してください。