Roo/bootstrap/Button.js
authorEdward <edward@roojs.com>
Thu, 4 Dec 2014 05:55:54 +0000 (13:55 +0800)
committerEdward <edward@roojs.com>
Thu, 4 Dec 2014 05:55:54 +0000 (13:55 +0800)
Roo/bootstrap/Button.js

index 29beaf8..659ee18 100644 (file)
@@ -267,6 +267,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
         // add the menu...
         
         if (typeof (this.menu) != 'undefined') {
+            Roo.log('parentType : ' + this.xtype);
             this.menu.parentType = this.xtype;
             this.menu.triggerEl = this.el;
             this.addxtype(Roo.apply({}, this.menu));