Panel
header
// Pass as `false` to prevent a Header from being created and shown.
// Pass as a config object (optionally containing an `xtype`)
// to custom-configure this Panel's header.
new Ext.panel.Panel({
title: 'Test',
tools: [{
type: 'refresh'
}, {
type: 'help'
}],
// Title will come AFTER the two tools
titlePosition: 2
...
});