roojs-core.js
[roojs1] / roojs-bootstrap-debug.js
index 0163a2f..3578021 100644 (file)
@@ -247,6 +247,7 @@ Roo.bootstrap = Roo.bootstrap || {};
 
 
 Roo.bootstrap.Component = function(config){
+    console.log("BOOSTRAP COMPONENT CONSTRUCTOR");
     Roo.bootstrap.Component.superclass.constructor.call(this, config);
        
     this.addEvents({
@@ -33332,7 +33333,7 @@ Roo.extend(Roo.bootstrap.Alert, Roo.bootstrap.Component,  {
  */
 
 Roo.bootstrap.UploadCropbox = function(config){
-    console.log("BOOTSTRAP UPLOAD CROPBOX SUPERCLASS CONSTRUCTOR CALL");
+    console.log("BOOTSTRAP UPLOAD CROPBOX CONSTRUCTOR");
     Roo.bootstrap.UploadCropbox.superclass.constructor.call(this, config);
     
     this.addEvents({
@@ -33464,6 +33465,7 @@ Roo.extend(Roo.bootstrap.UploadCropbox, Roo.bootstrap.Component,  {
     
     getAutoCreate : function()
     {
+        console.log("BOOTSTRAP UPLOADCROPBOX GETAUTOCREATE");
         var cfg = {
             tag : 'div',
             cls : 'roo-upload-cropbox',
@@ -33515,7 +33517,7 @@ Roo.extend(Roo.bootstrap.UploadCropbox, Roo.bootstrap.Component,  {
     
     onRender : function(ct, position)
     {
-        Roo.bootstrap.UploadCropbox.superclass.onRender.call(this, ct, position);
+        console.log("BOOTSTRAP UPLOADCROPBOX ONRENDER");
         
         if (this.buttons.length) {