examples/bootstrap/LocationPicker.js
authorEdward <edward@roojs.com>
Fri, 22 May 2015 08:28:00 +0000 (16:28 +0800)
committerEdward <edward@roojs.com>
Fri, 22 May 2015 08:28:00 +0000 (16:28 +0800)
examples/bootstrap/LocationPicker.js

index 0d3dbf8..e707f67 100644 (file)
@@ -63,6 +63,18 @@ Roo.example.locationpicker = new Roo.XComponent({
                                     fieldLabel : 'Latitude'
                                 }
                             ]
+                        },
+                        {
+                            xtype : 'Column',
+                            xns: Roo.bootstrap,
+                            md : 6,
+                            items : [
+                                {
+                                    xtype : 'Input',
+                                    xns: Roo.bootstrap,
+                                    fieldLabel : 'Longitude'
+                                }
+                            ]
                         }
                     ]
                 }