annotate _test/Resources/TTView/My/Org/TextPreview.tt @ 245:7c517134c42f

Added Unsupported media type Web exception corrected resourceLocation setting in the resource Implemented localizable resources for text messages fixed TT view scopings, INIT block in controls now sets globals correctly.
author sergey
date Mon, 29 Oct 2012 03:15:22 +0400
parents 4d0e1962161c
children aeeb57a12046
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 %]
08015e2803f1 IMPL::Vew::Web - fixed memory leaks, more tests
cin
parents:
diff changeset
6 [% BLOCK RENDER %]
194
4d0e1962161c Replaced tabs with spaces
cin
parents: 189
diff changeset
7 <div data-dojo-type="dijit.layout.ContentPane">$this.nodeValue</div>
189
08015e2803f1 IMPL::Vew::Web - fixed memory leaks, more tests
cin
parents:
diff changeset
8 [% END %]