dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
40 lines (34 loc) • 1.28 kB
HTML
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>PageIndicator Tests</title>
<title>PageIndicator Tests</title>
<script type="text/javascript" src="../../../deviceTheme.js" data-dojo-config="mblThemeFiles: ['base','PageIndicator']"></script>
<script type="text/javascript" src="../../../../../dojo/dojo.js" data-dojo-config="async: true, parseOnLoad: true"></script>
<script language="JavaScript" type="text/javascript">
var WIDGET_PROGRAMMATICALLY = 2;
</script>
<script type="text/javascript" src="PageIndicatorTests.js"></script>
</head>
<body style="visibility:hidden;background-color:#6D6D6D">
<div data-dojo-type="dojox.mobile.SwapView">
<h1>View 1</h1>
</div>
<div data-dojo-type="dojox.mobile.SwapView">
<h1>View 2</h1>
</div>
<div data-dojo-type="dojox.mobile.SwapView">
<h1>View 3</h1>
</div>
<div data-dojo-type="dojox.mobile.SwapView">
<h1>View 4</h1>
</div>
<div data-dojo-type="dojox.mobile.SwapView">
<h1>View 5</h1>
</div>
<div id="dojox_mobile_PageIndicator_0" fixed="bottom"></div>
</body>
</html>