Last change
on this file was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
-
Property svn:executable set to
*
|
File size:
1.0 KB
|
Line | |
---|
1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> |
---|
2 | <html> |
---|
3 | <head> |
---|
4 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no"/> |
---|
5 | <meta name="apple-mobile-web-app-capable" content="yes" /> |
---|
6 | <title>Custom App Test</title> |
---|
7 | <link rel="stylesheet" href="../../../../dijit/themes/claro/claro.css"> |
---|
8 | <style> |
---|
9 | html,body { |
---|
10 | width: 100%; |
---|
11 | height: 100%; |
---|
12 | background: #eee; |
---|
13 | font-family: arial; |
---|
14 | color: #333; |
---|
15 | overflow: hidden; |
---|
16 | margin: 0; |
---|
17 | padding: 0; |
---|
18 | } |
---|
19 | </style> |
---|
20 | <script type="text/javascript" src="../../../../dojox/mobile/deviceTheme.js"></script> |
---|
21 | <script type="text/javascript" data-dojo-config="parseOnLoad: false, async: false" src="../../../../dojo/dojo.js"></script> |
---|
22 | <script> |
---|
23 | require(["dojox/app/main", "dojox/json/ref", "dojo/text!./config.json"], |
---|
24 | function(Application, jsonRef, config){ |
---|
25 | var cfg = jsonRef.fromJson(config); |
---|
26 | Application(cfg); |
---|
27 | }); |
---|
28 | |
---|
29 | </script> |
---|
30 | |
---|
31 | </head> |
---|
32 | <body class="claro"> |
---|
33 | </body> |
---|
34 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.