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

index 7314c78..c9e9685 100644 (file)
@@ -12,16 +12,10 @@ Roo.example.Editor = new Roo.XComponent({
     permname : '', 
     _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.campaign/index.local.php';
-        
+         
         return {
             xtype: 'Body',
             xns: Roo.bootstrap,