So4ne
So4ne

Reputation: 1182

Make title horizontally in vertical tabpanel

Is there a way to get horizontal titles in a vertical tabpanel in extjs 4.2? I can't find the correct property.

Thank you

Upvotes: 0

Views: 986

Answers (1)

Saki
Saki

Reputation: 5856

Horizontal title in side tabs (left, right) are not supported in Ext 4.x. If you can, upgrade to 5.x and configure rotation config option on tabs.

If you cannot upgrade, you need to develop custom css that will be applied to side tabs to achieve the look you want.

Upvotes: 1

Related Questions