source: Dev/trunk/src/client/dojox/app/tests/layoutApp2/index.html

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 902 bytes
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>Layout App</title>
7                <link type="text/css" href="./css/layoutApp.css" rel="stylesheet" />
8                <script type="text/javascript" src="../../../../dojox/mobile/deviceTheme.js"></script>
9                <script type="text/javascript" src="../../../../dojo/dojo.js" data-dojo-config="parseOnLoad: false,
10                                mblHideAddressBar: false,
11                                mblAndroidWorkaround: false,
12                                mblAlwaysHideAddressBar: false,
13                                app: {debugApp: 1},  // set debugApp to log app transtions and view activate/deactivate
14                                async: 1">
15                </script>
16                <script>
17                        require(["./layoutApp.js"], function(){
18                        });
19                </script>
20        </head>
21        <body>
22        </body>
23</html>
Note: See TracBrowser for help on using the repository browser.