From 165eec543d9dbeff6bfbc399aea6f5a647efa1c2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 6 Apr 2012 23:35:14 +0800 Subject: [PATCH] Roo/Template.js --- Roo/Template.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Roo/Template.js b/Roo/Template.js index 121b462508..c7358a8a6c 100644 --- a/Roo/Template.js +++ b/Roo/Template.js @@ -25,7 +25,9 @@ var t = new Roo.Template({ }); t.append('some-element', {id: 'myid', cls: 'myclass', name: 'foo', value: 'bar'}); -* For more information see this blog post with examples: DomHelper - Create Elements using DOM, HTML fragments and Templates. +* For more information see this blog post with examples: +* DomHelper + - Create Elements using DOM, HTML fragments and Templates. * @constructor * @param {Object} cfg - Configuration object. */ -- 2.39.2