Roo/View.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 26 Jul 2010 05:49:23 +0000 (13:49 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 26 Jul 2010 05:49:23 +0000 (13:49 +0800)
Roo/View.js

index 2fbaf91..45f1cd2 100644 (file)
@@ -155,6 +155,13 @@ Roo.extend(Roo.View, Roo.util.Observable, {
      * @cfg {String|Roo.DomHelper.Template}
      */
     template : '',
+    
+    /**
+     * The template used by this View (after contruction)
+     * @type {Roo.DomHelper.Template}
+     */
+    this.tpl : false,
+    
     /**
      * The css class to add to selected nodes
      * @type {Roo.DomHelper.Template}