annotate _test/Resources/TTView/My/Org/TextPreview.tt @ 306:d4caf951260d

missing files
author cin
date Wed, 17 Apr 2013 19:33:07 +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>