comparison _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
comparison
equal deleted inserted replaced
188:029c9610528c 189:08015e2803f1
1 [%
2 META version = 1, title = "my document 2";
3
4 TPanel = document.require('My/Org/Panel');
5
6 this.appendChild(TPanel.new('information'));
7
8 this.selectSingleNode('information').Render();
9 %]