view source
[roojs1] / examples / bootstrap / ComboBox.js
index c8b6872..d5002f8 100644 (file)
@@ -13,11 +13,6 @@ Roo.example.combobox = new Roo.XComponent({
     _tree : function()
     {
         
-        this.parent = {
-            el : new Roo.bootstrap.Body()
-        }
-        this.parent.el.layout = false;
-        this.parent.el.render(document.body);
         
         var _this = this;
         var MODULE = this;
@@ -74,7 +69,7 @@ Roo.example.combobox = new Roo.XComponent({
                         proxy : {
                             xtype: 'HttpProxy',
                             xns: Roo.data,
-                            url : '../boostrap/data.country.js',
+                            url : '../bootstrap/data.country.js',
                             method : 'GET'
                         },
                         reader : {