javascript - How to align tabs of tabpanel on center on Extjs 4? -
it's possible align tabs of tabpanel on center? want align tabs on center without using margins. have property this? can see in image understand need.
when defining tabpanel, use this:
{ xtype: 'tabpanel', tabbar: { layout: { pack: 'center' } } }
Comments
Post a Comment