Roo/bootstrap/Component.js
authorleon <leon@roojs.com>
Wed, 22 Mar 2023 05:58:24 +0000 (13:58 +0800)
committerleon <leon@roojs.com>
Wed, 22 Mar 2023 05:58:24 +0000 (13:58 +0800)
Roo/bootstrap/Component.js

index 3279787..35f4d3a 100644 (file)
@@ -129,6 +129,9 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent,  {
         if(this.name){
             cfg.name = this.name;
         }
+
+        Roo.log(this);
+        Roo.log('ONRENDER');
         
         this.el = ct.createChild(cfg, position);