examples/bootstrap/bootstrap.js
authorJulian Knowles <julian@roojs.com>
Mon, 20 Jan 2014 10:05:02 +0000 (18:05 +0800)
committerJulian Knowles <julian@roojs.com>
Mon, 20 Jan 2014 10:05:02 +0000 (18:05 +0800)
examples/bootstrap/bootstrap.js

index 85ebf0b..96d6f9d 100644 (file)
@@ -413,6 +413,36 @@ Roo.example.bootstrap = new Roo.XComponent({
                             xns: Roo.bootstrap,
                             
                             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: 'ButtonGroup',
                                     xns: Roo.bootstrap,