Roo/ContentPanel.js
[roojs1] / roojs-ui-debug.js
index 9dd4af4..f0e808f 100644 (file)
@@ -36308,6 +36308,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();