examples/bootstrap/bootstrap.js
authorJulian Knowles <julian@roojs.com>
Mon, 20 Jan 2014 07:32:54 +0000 (15:32 +0800)
committerJulian Knowles <julian@roojs.com>
Mon, 20 Jan 2014 07:32:54 +0000 (15:32 +0800)
examples/bootstrap/bootstrap.js

index 194dd90..e558f56 100644 (file)
@@ -414,7 +414,46 @@ Roo.example.bootstrap = new Roo.XComponent({
                             ]
                         }
                     ]
-                },{
+                },
+                {
+                    xtype: 'Container',
+                    xns: Roo.bootstrap,
+                    style :  'margin-top:60px',
+                    
+                    items : [
+                        {
+                            xtype: 'ButtonGroup',
+                            xns: Roo.bootstrap,
+                            items : [
+                                {
+                                    xtype: 'Button',
+                                    xns: Roo.bootstrap,
+                                    html : '',
+                                    glyphicon: 'align-left'
+                                },
+                                {
+                                    xtype: 'Button',
+                                    xns: Roo.bootstrap,
+                                    html : '',
+                                    glyphicon: 'align-center'
+                                },
+                                {
+                                    xtype: 'Button',
+                                    xns: Roo.bootstrap,
+                                    html : '',
+                                    glyphicon: 'align-right'
+                                },
+                                {
+                                    xtype: 'Button',
+                                    xns: Roo.bootstrap,
+                                    html : '',
+                                    glyphicon: 'align-justify'
+                                }
+                            ]
+                        }
+                    ]
+                },
+                {
                     xtype: 'Container',
                     xns: Roo.bootstrap,
                     style :  'margin-top:60px',