annotate _test/Resources/TTView/simple.tt @ 241:f48a1a9f4fa2

+Added ViewResult to allow implementation of the view environment. *TTDocuments now storing creation parameters *TTControls automatically propagating layout and title meta to their attributes +Added UnauthorizaedException web exception *minor fixes
author sergey
date Thu, 18 Oct 2012 04:49:55 +0400
parents 4d0e1962161c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
185
ae8072f2f2a3 IMPL::Web::View::TTDocument tests, fixes
cin
parents: 184
diff changeset
1 [% META title = "Документ 1", version = 10 %]
ae8072f2f2a3 IMPL::Web::View::TTDocument tests, fixes
cin
parents: 184
diff changeset
2 [% BLOCK CTOR;
194
4d0e1962161c Replaced tabs with spaces
cin
parents: 188
diff changeset
3 templateVar = "initialized by the constructor";
185
ae8072f2f2a3 IMPL::Web::View::TTDocument tests, fixes
cin
parents: 184
diff changeset
4 END; %]
188
029c9610528c Memory leak tests in IMPL::Web::View
cin
parents: 185
diff changeset
5 $user - $template.title