examples/bootstrap/bootstrap.js
authorJulian Knowles <julian@roojs.com>
Wed, 22 Jan 2014 08:50:16 +0000 (16:50 +0800)
committerJulian Knowles <julian@roojs.com>
Wed, 22 Jan 2014 08:50:16 +0000 (16:50 +0800)
examples/bootstrap/bootstrap.js

index 217a979..d80a425 100644 (file)
@@ -115,7 +115,14 @@ Roo.example.bootstrap = new Roo.XComponent({
                                     xns: Roo.bootstrap,
                                     title : 'test1',
                                     html: "dialog"
-                                }
+                                },
+                                {
+                                    xtype: 'Item',
+                                    xns: Roo.bootstrap.Navbar,
+                                    glyphicon: 'search',
+                                    html: "dialog"
+                                    
+                                },
                             ]
                         }
                     ]