0

いくつかのボタンを備えたツールバーがあります。ツールバーのボタンを右揃えにします。どうやってやるの ?これがコードです

items: [{
    xtype: 'toolbar',
    dock: 'top',
    buttonAlign: 'right', // This one does not wrok
    align: 'right', // This one does neither
    items: [{
        text: 'Foo1'
    }, {
        text: 'Foo2'
    }, {
        text: 'Foo3'
   }]
}, {
   // Some other items
}]
4

1 に答える 1