-
How to center or right align the tab title buttons in tab panel
How to center or right align the tab title buttons in tab panel
Hi,
I need to align the tab title buttons of the tab panel in center.
Is there a suggested way to do so, I am not finding good answer.
Any pointers are appreciated.
Thanks,
ExtJSLikeIt
-
-
Still I am not able to find a way to center align the buttons.
If you have done so, please let me know.
Thanks.
-
Sencha - Community Support Team
Hi,
you can try this for center align the tab title buttons in tab panel
<style type="text/css">
ul.x-tab-strip-top { padding-top:1px !important; padding-left:70px !important;}
</style>
sword-it.com,
Sencha Developer House in
Turkey - Istanbul University Technopark Suite 204.

-
Add this code
Add this code
xtype: 'tabpanel',
tabBar : {
layout : {
pack : 'end'
}
},
Sencha is used by over two million developers. Join the community, wherever you’d like that community to be
or Join Us