Roo/Component.js
authorEdward <edward@roojs.com>
Fri, 6 Feb 2015 04:03:26 +0000 (12:03 +0800)
committerEdward <edward@roojs.com>
Fri, 6 Feb 2015 04:03:26 +0000 (12:03 +0800)
Roo/Component.js

index a7afaf7..d1098b3 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('render the component');
         if(!this.rendered && this.fireEvent("beforerender", this) !== false){
             if(!container && this.el){
                 this.el = Roo.get(this.el);