annotate _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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
189
08015e2803f1 IMPL::Vew::Web - fixed memory leaks, more tests
cin
parents:
diff changeset
1 [%
08015e2803f1 IMPL::Vew::Web - fixed memory leaks, more tests
cin
parents:
diff changeset
2 META version = 1, title = "my document 2";
08015e2803f1 IMPL::Vew::Web - fixed memory leaks, more tests
cin
parents:
diff changeset
3
08015e2803f1 IMPL::Vew::Web - fixed memory leaks, more tests
cin
parents:
diff changeset
4 TPanel = document.require('My/Org/Panel');
08015e2803f1 IMPL::Vew::Web - fixed memory leaks, more tests
cin
parents:
diff changeset
5
08015e2803f1 IMPL::Vew::Web - fixed memory leaks, more tests
cin
parents:
diff changeset
6 this.appendChild(TPanel.new('information'));
08015e2803f1 IMPL::Vew::Web - fixed memory leaks, more tests
cin
parents:
diff changeset
7
08015e2803f1 IMPL::Vew::Web - fixed memory leaks, more tests
cin
parents:
diff changeset
8 this.selectSingleNode('information').Render();
08015e2803f1 IMPL::Vew::Web - fixed memory leaks, more tests
cin
parents:
diff changeset
9 %]