Mercurial > pub > Impl
annotate _test/Resources/TTView.Output/complex.default.txt @ 297:52aae1b85084
Added transformations support to JSONView
author | cin |
---|---|
date | Mon, 11 Mar 2013 01:22:24 +0400 |
parents | 7a920771fd8e |
children |
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> |