Roo/Component.js
authorEdward <edward@roojs.com>
Wed, 5 Mar 2014 08:53:17 +0000 (16:53 +0800)
committerEdward <edward@roojs.com>
Wed, 5 Mar 2014 08:53:17 +0000 (16:53 +0800)
Roo/Component.js

index fe851ed..f6c25cf 100644 (file)
@@ -161,6 +161,7 @@ Roo.extend(Roo.Component, Roo.util.Observable, {
      * @param {String/HTMLElement/Element} container (optional) The element this component should be rendered into. If it is being applied to existing markup, this should be left off.
      */
     render : function(container, position){
+        Roo.log('run render'); 
         if(!this.rendered && this.fireEvent("beforerender", this) !== false){
             if(!container && this.el){
                 this.el = Roo.get(this.el);