annotate _test/Resources/TTView.Output/complex.default.txt @ 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 7a920771fd8e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
195
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
1 <html>
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
2 <head>
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
3 <title>Test Site - my document 2</title>
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
4 <script type="text/javascript">
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
5 require([ "dijit.form.Input", "dijit.layout.ContentPane" ]);
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
6 </script>
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
7 </head>
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
8 <body>
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
9 <div><div class="classic" data-dojo-type="dijit.form.Input">
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
10 <div data-dojo-type="dijit.layout.ContentPane">one</div>
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
11 <hr />
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
12 <div data-dojo-type="dijit.layout.ContentPane">two</div>
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
13 <hr />
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
14 <div data-dojo-type="dijit.layout.ContentPane">three</div>
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
15 <hr />
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
16 </div></div>
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
17 </body>
7a920771fd8e IMPL::Web::View changed document layout handling, docs, examples
cin
parents: 191
diff changeset
18 </html>