examples/view/domtemplate.html
authorAlan Knowles <alan@akbkhome.com>
Wed, 11 Apr 2012 23:43:59 +0000 (07:43 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 11 Apr 2012 23:43:59 +0000 (07:43 +0800)
examples/view/domtemplate.html

index 51fd6fb..f77a757 100644 (file)
@@ -36,8 +36,8 @@ Roo.onReady(function() {
         ];
     Roo.each(data,  function(r) { tpl.append(Roo.get('body'), r); });
     
-    Roo.get('template-show').appendChild(Roo.util.Format.htmlDecode(html)); 
-    Roo.get('javascript-show').appendChild(Roo.util.Format.htmlDecode(
+    Roo.get('template-show').update(Roo.util.Format.htmlDecode(html)); 
+    Roo.get('javascript-show').update(Roo.util.Format.htmlDecode(
         Roo.get('javascript-code').dom.innerHTML
     ));