From: Alan Knowles Date: Fri, 30 Nov 2018 08:25:52 +0000 (+0800) Subject: examples/bootstrap/Editor.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=b6023d73d03a76142bb04533f84c908d1944b759 examples/bootstrap/Editor.js --- diff --git a/examples/bootstrap/Editor.js b/examples/bootstrap/Editor.js index 7314c787cd..c9e9685acb 100644 --- a/examples/bootstrap/Editor.js +++ b/examples/bootstrap/Editor.js @@ -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,