Mercurial > pub > Impl
diff _test/Resources/TTView/complex.tt @ 301:aeeb57a12046
*IMPL::Web::View: templates inheritance support
author | cin |
---|---|
date | Mon, 25 Mar 2013 02:04:18 +0400 |
parents | 3a9cfea098dd |
children |
line wrap: on
line diff
--- a/_test/Resources/TTView/complex.tt Fri Mar 22 01:05:11 2013 +0400 +++ b/_test/Resources/TTView/complex.tt Mon Mar 25 02:04:18 2013 +0400 @@ -2,7 +2,7 @@ META version = 1, title = "my document 2", layout="default"; TPanel = require('My/Org/Panel'); - this.childNodes = [ TPanel.new('information', data = data ) ]; + this.childNodes = [ TPanel.new(data = data ) ]; %] [% FOREACH node IN this.childNodes() %]