ext ページング ツールバーには、表示メッセージを中央に配置する方法があります
xtype: 'pagingtoolbar',
height: 26,
width: 360,
displayInfo: true,
displayMsg: '{0} - {1} of {2}',
border: false,
store: 'myStore'
dock: 'bottom'
displayMsg を中央に配置したいのですが、方法がありません。