examples/bootstrap/sample.js
authorJulian Knowles <julian@roojs.com>
Mon, 27 Jan 2014 11:44:12 +0000 (19:44 +0800)
committerJulian Knowles <julian@roojs.com>
Mon, 27 Jan 2014 11:44:12 +0000 (19:44 +0800)
examples/bootstrap/sample.js

index c2b4370..b432c0f 100644 (file)
@@ -1069,6 +1069,39 @@ Roo.example.bootstrap = new Roo.XComponent({
                                                         }
                                                     ]
                                                 },
+                                                {
+                                                    xtype: 'Row',
+                                                    xns: Roo.bootstrap,
+                                                    cls: 'ctrls',
+                                                    items: [
+                                                        {
+                                                            xtype: 'Navbar',
+                                                            xns: Roo.bootstrap,
+                                                            bar: false,
+                                                            type: 'tabs',
+                                                            items: [
+                                                                {
+                                                                    xtype: 'Button',
+                                                                    xns: Roo.bootstrap,
+                                                                    html: 'Home',
+                                                                    active: true
+                                                                },
+                                                                {
+                                                                    xtype: 'Button',
+                                                                    xns: Roo.bootstrap,
+                                                                    html: 'Profile',
+                                                                    active: true
+                                                                },
+                                                                {
+                                                                    xtype: 'Button',
+                                                                    xns: Roo.bootstrap,
+                                                                    html: 'Messages',
+                                                                    active: true
+                                                                }
+                                                            ]
+                                                        }
+                                                    ]
+                                                },
                                                 {
                                                     xtype: 'Row',
                                                     xns: Roo.bootstrap,