examples/bootstrap/LocationPicker.js
authorAlan Knowles <alan@roojs.com>
Fri, 30 Nov 2018 08:32:12 +0000 (16:32 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 30 Nov 2018 08:32:12 +0000 (16:32 +0800)
examples/bootstrap/LocationPicker.js

index 49959d4..e3a9869 100644 (file)
@@ -28,6 +28,27 @@ Roo.example.locationpicker = new Roo.XComponent({
             items :
             [
                 {
+                    xtype : 'Container',
+                    xns : Roo.bootstrap,
+                    items : [
+                        {
+                            xtype : 'Column',
+                            xns: Roo.bootstrap,
+                            md : 6,
+                            cls : 'col-md-offset-3',
+                            style : 'margin-top: 50px',
+                            items : [
+                                {
+                                    xtype : 'Header',
+                                    xns: Roo.bootstrap,
+                                    level : 1,
+                                    html : "This requires an API now"
+                                }
+                            ]
+                        }
+                    ]
+                },
+               {
                     xtype : 'Container',
                     xns : Roo.bootstrap,
                     items : [