diff _test/Resources/TTView/My/Org/Panel.tt @ 301:aeeb57a12046

*IMPL::Web::View: templates inheritance support
author cin
date Mon, 25 Mar 2013 02:04:18 +0400
parents 2d253e6e4a88
children
line wrap: on
line diff
--- a/_test/Resources/TTView/My/Org/Panel.tt	Fri Mar 22 01:05:11 2013 +0400
+++ b/_test/Resources/TTView/My/Org/Panel.tt	Mon Mar 25 02:04:18 2013 +0400
@@ -11,7 +11,7 @@
     this.visualClass = this.visualClass || 'classic';
     this.childNodes = [];
     FOREACH text IN this.data;
-        this.childNodes.push( TPreview.new('preview', nodeValue = text ) );
+        this.childNodes.push( TPreview.new(nodeValue = text ) );
     END;
     
 %]