Roo/bootstrap/Component.js
authoredward <edward@roojs.com>
Mon, 27 Feb 2017 03:47:29 +0000 (11:47 +0800)
committeredward <edward@roojs.com>
Mon, 27 Feb 2017 03:47:29 +0000 (11:47 +0800)
Roo/bootstrap/Component.js

index 95d5b3d..e947a80 100644 (file)
@@ -165,6 +165,7 @@ Roo.extend(Roo.bootstrap.Component, Roo.BoxComponent,  {
         //Roo.log(['addxtype', cn]);
            
         cn.parentType = this.xtype; //??
+        Roo.log(['this.id', this.id]);
         cn.parentId = this.id;
         
         cntr = (typeof(cntr) == 'undefined' ) ? 'getChildContainer' : cntr;