From aa50a53af3be51176b9646d1dfcf19852c4a0e3b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 7 Apr 2012 11:54:27 +0800 Subject: [PATCH] roojs-core.js roojs-core-debug.js roojs-ui.js roojs-ui-debug.js roojs-all.js roojs-debug.js --- roojs-debug.js | 10 +++++----- roojs-ui-debug.js | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/roojs-debug.js b/roojs-debug.js index ba076bcd7e..d409c69698 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -52348,12 +52348,12 @@ var t = new Roo.MasterTemplate( * {a_variable:this.method_on_template(...)} - call a method on the template object. * * Tpl: - * - * - * + * <tpl for="a_variable or condition.."></tpl> + * <tpl if="a_variable or condition"></tpl> + * <tpl exec="some javascript"></tpl> * - * - just iterate the property.. - * - iterates witht the parent (probably the template) + * <tpl for="."></tpl> - just iterate the property.. + * <tpl for=".."></tpl> - iterates with the parent (probably the template) * * */ diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index 49979908b9..0498e78947 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -37846,12 +37846,12 @@ var t = new Roo.MasterTemplate( * {a_variable:this.method_on_template(...)} - call a method on the template object. * * Tpl: - * - * - * + * <tpl for="a_variable or condition.."></tpl> + * <tpl if="a_variable or condition"></tpl> + * <tpl exec="some javascript"></tpl> * - * - just iterate the property.. - * - iterates witht the parent (probably the template) + * <tpl for="."></tpl> - just iterate the property.. + * <tpl for=".."></tpl> - iterates with the parent (probably the template) * * */ -- 2.39.2