Roo/bootstrap/Container.js
authoredward <edward@roojs.com>
Fri, 4 Dec 2015 06:03:07 +0000 (14:03 +0800)
committeredward <edward@roojs.com>
Fri, 4 Dec 2015 06:03:07 +0000 (14:03 +0800)
Roo/bootstrap/Container.js

index 4f25a6b..b524e99 100644 (file)
@@ -236,6 +236,7 @@ Roo.extend(Roo.bootstrap.Container, Roo.bootstrap.Component,  {
     
     expand : function()
     {
+        this.fireEvent('expand', this);
         this.el.select('.panel-body',true).first().setVisibilityMode(Roo.Element.DISPLAY).show();
         
         var toggleEl = this.toggleEl();