Hi guys,
I am writing ExtJS 4.2.x application. Few days I updated application to version 5.0 beta. It seems everything works fine except on. I have panel with header, where on left side i have button and title after it. On right side i have another buttons.
After upgrade button on the left side does not want to be there any more and now it is on right site. Is it an API change or but?
Source code below
header: {
title: 'Dashboard',
padding: '0 5 0 0',
items: [{
xtype: 'button',
glyph: '[email protected]',
margin: '0 10 0 0',
scale: 'medium',
cls: 'dashboard-menu-button',
menu:[{
text:'Administration'
}]
}]
},[/PHP]