Upgrade to ExtJS 3.1.1 - Released 02/08/2010
[extjs.git] / examples / layout-browser / layout-browser.html
index b2442c8..b888ae5 100644 (file)
@@ -168,7 +168,7 @@ items: [{
             <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
@@ -324,7 +324,7 @@ layoutConfig: {
 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
@@ -344,7 +344,7 @@ layoutConfig: {
 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