view _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 (2012-04-03)
parents
children 78a18a2b6266
line wrap: on
line source
[%
	META version = 1, title = "my document 2";

	TPanel = document.require('My/Org/Panel');
		
	this.appendChild(TPanel.new('information'));
	
	this.selectSingleNode('information').Render();
%]