examples/dialog/uploadCropbox.js
authorleon <leon@roojs.com>
Tue, 9 Aug 2022 03:52:55 +0000 (11:52 +0800)
committerleon <leon@roojs.com>
Tue, 9 Aug 2022 03:52:55 +0000 (11:52 +0800)
examples/dialog/uploadCropbox.js

index acd9261..75642b0 100644 (file)
@@ -49,6 +49,7 @@ var uploadCropbox = {
                                 render : function (_self)
                                 {
                                     _this.cropbox = _self;
+                                    console.log("RENDER");
                                     _this.cropbox.bodyEl.dom.style.height = _this.cropbox.bodyEl.dom.parentNode.parentNode.parentNode.style.height - _this.cropbox.footerEl.dom.style.height;
                                     _this.cropbox.bodyEl.dom.style.maxHeight = _this.cropbox.bodyEl.dom.parentNode.parentNode.parentNode.style.height - _this.cropbox.footerEl.dom.style.height;
                                 },