annotate _test/Resources/TTView/My/Org/TextPreview.tt @ 335:e8be9062ecf2

improved resource classes, contracts are deprecated
author cin
date Thu, 13 Jun 2013 20:13:24 +0400
parents aeeb57a12046
children
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 [%
194
4d0e1962161c Replaced tabs with spaces
cin
parents: 189
diff changeset
2 BLOCK INIT;
4d0e1962161c Replaced tabs with spaces
cin
parents: 189
diff changeset
3 dojo.require.push("dijit.layout.ContentPane");
4d0e1962161c Replaced tabs with spaces
cin
parents: 189
diff changeset
4 END;
189
08015e2803f1 IMPL::Vew::Web - fixed memory leaks, more tests
cin
parents:
diff changeset
5 %]
301
aeeb57a12046 *IMPL::Web::View: templates inheritance support
cin
parents: 194
diff changeset
6 <div data-dojo-type="dijit.layout.ContentPane">$this.nodeValue</div>