From ad09b50e328961b0d5aee2b9e496d2cd953fae2a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 30 Nov 2018 16:32:12 +0800 Subject: [PATCH] examples/bootstrap/LocationPicker.js --- examples/bootstrap/LocationPicker.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/examples/bootstrap/LocationPicker.js b/examples/bootstrap/LocationPicker.js index 49959d498c..e3a986967a 100644 --- a/examples/bootstrap/LocationPicker.js +++ b/examples/bootstrap/LocationPicker.js @@ -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 : [ -- 2.39.2