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

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

Added Dojo 1.9.3 release.

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