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.

tabpanel

when defining tabpanel, use this:

{     xtype: 'tabpanel',     tabbar: {         layout: { pack: 'center' }     } } 

Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

c# - must be a non-abstract type with a public parameterless constructor in redis -

ajax - PHP/JSON Login script (Twitter style) not setting sessions -