Search code examples
extjs4.2tabpanel

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


Solution

  • 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.