Roo/Template.js
[roojs1] / Roo / Template.js
index ea096de..9bf53bb 100644 (file)
@@ -49,6 +49,10 @@ Roo.Template = function(cfg){
 };
 Roo.Template.prototype = {
     
+    /**
+     * @cfg {String} url  The Url to load the template from.
+     */
+    url : false,
     /**
      * @cfg {String} html  The HTML fragment or an array of fragments to join("") or multiple arguments to join("")
      */
@@ -60,7 +64,7 @@ Roo.Template.prototype = {
      */
     applyTemplate : function(values){
         try {
-            
+            if ()
             if(this.compiled){
                 return this.compiled(values);
             }