examples/bootstrap/TabPanel-ComboBox.js
authorAlan Knowles <alan@roojs.com>
Tue, 4 Dec 2018 08:47:52 +0000 (16:47 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 4 Dec 2018 08:47:52 +0000 (16:47 +0800)
examples/bootstrap/TabPanel-ComboBox.js

index 51e9506..56668fc 100644 (file)
@@ -13,16 +13,10 @@ Roo.example.TabPanelCombobox = 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;
-        var baseURL = '/web.eventmanager/demo.local.php';
-        
+         
         return {
             xtype: 'Body',
             xns: Roo.bootstrap,