Mercurial > pub > Impl
diff _test/Resources/TTView/complex.tt @ 189:08015e2803f1
IMPL::Vew::Web - fixed memory leaks, more tests
author | cin |
---|---|
date | Wed, 04 Apr 2012 02:49:45 +0400 |
parents | |
children | 78a18a2b6266 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/_test/Resources/TTView/complex.tt Wed Apr 04 02:49:45 2012 +0400 @@ -0,0 +1,9 @@ +[% + META version = 1, title = "my document 2"; + + TPanel = document.require('My/Org/Panel'); + + this.appendChild(TPanel.new('information')); + + this.selectSingleNode('information').Render(); +%] \ No newline at end of file