<p><b>Sample Config:</b></p>\r
<pre><code>\r
xtype: 'tabpanel',\r
-activeItem: 0, // index or id\r
+activeTab: 0, // index or id\r
items:[{\r
title: 'Tab 1',\r
html: 'This is tab 1 content.'\r
items: [\r
{html:'panel 1', flex:1},\r
{html:'panel 2', height:150},\r
- {html:'panel 3', flex:2'}\r
+ {html:'panel 3', flex:2}\r
]\r
</code></pre>\r
<p><a href="http://extjs.com/deploy/dev/docs/?class=Ext.layout.VBoxLayout" target="_blank">API Reference</a></p>\r
items: [\r
{html:'panel 1', flex:1},\r
{html:'panel 2', width:150},\r
- {html:'panel 3', flex:2'}\r
+ {html:'panel 3', flex:2}\r
]\r
</code></pre>\r
<p><a href="http://extjs.com/deploy/dev/docs/?class=Ext.layout.HBoxLayout" target="_blank">API Reference</a></p>\r