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

index de4eda0..165690f 100644 (file)
@@ -1016,6 +1016,16 @@ Roo.example.bootstrap = new Roo.XComponent({
                                                                     ]
                                                                 }
                                                             ]
+                                                        },
+                                                        {
+                                                            xtype: 'ButtonGroup',
+                                                            xns: Roo.bootstrap,
+                                                            items: [
+                                                                {
+                                                                    xtype: 'Button',
+                                                                    xns: Roo.bootstrap
+                                                                }
+                                                            ]
                                                         }
                                                     ]
                                                 }