右揃えにしたいコンポーネントがありますが、少しだけ元に戻したいのですが...
me.dockedItems = [ {
xtype: 'toolbar',
dock: 'top',
items:
[{
text: i18n.user_new,
disabled: false,
action: 'add',
iconCls: 'icon-user-add'
},
'->', // is there a way to say align right minus 20px?
{
fieldLabel: i18n.filter,
labelWidth: 40,
xtype: 'filterfield'
}],
...
「->」を何に変更しますか?