Roo/ContentPanel.js
[roojs1] / roojs-debug.js
index 9ed64fe..e9b1b66 100644 (file)
@@ -60800,6 +60800,8 @@ layout.addxtype({
     addxtype : function(cfg) {
         if(cfg.xtype.match(/^UploadCropbox$/)) {
 
+            cfg.el = this.el.appendChild(document.createElement("div"));
+
             this.cropbox = new Roo.factory(cfg);
 
             this.cropbox.render();