view _test/Resources/TTView/My/Org/TextPreview.tt @ 189:08015e2803f1

IMPL::Vew::Web - fixed memory leaks, more tests
author cin
date Wed, 04 Apr 2012 02:49:45 +0400
parents
children 4d0e1962161c
line wrap: on
line source

[%
	BLOCK INIT;
		dojo.require.push("dijit.layout.ContentPane");
	END;
%]
[% BLOCK RENDER %]
	<div data-dojo-type="dijit.layout.ContentPane">$this.nodeValue</div>
[% END %]